#CB7C75

Color #CB7C75 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #CB7C75

Tints of Sea Pink #CB7C75

Color information

#CB7C75 (or 0xCB7C75) is unknown color: approx Sea Pink. HEX triplet: CB, 7C and 75. RGB value is (203,124,117). Sum of RGB (Red+Green+Blue) = 203+124+117=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C75 is #34838A. Grayscale: #929292. Windows color (decimal): -3441547 or 7699659. OLE color: 7699659.

HSL color Cylindrical-coordinate representation of color #CB7C75: hue angle of 4.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7C75 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203124117-
CMYK00.390.420.20
HSL4.88º45.26%62.75%-
HSV(B)4.88º42.36%79.61%-
XYZ35.0528.420.46-
YUV146.82111.17168.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=45.72%
G=27.93%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312411700.390.420.204.8845.2662.75
HexCB7C750272A1452d3f
Octal313174165047522455577
Binary1100101111111001110101010011110101010100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C75; }

 p { color: rgb(203,124,117); }

 H1.HeaderClassName
 {
   color: #CB7C75;
 }
 .AnyTagClassName
 {
   color: #CB7C75;
 }
</style>
background-color css

<style>
 a { background-color: #CB7C75; }

 a { background-color: rgb(203,124,117); }

 div.DivClassName
 {
   background-color: #CB7C75;
 }
 .BgClassName
 {
   background-color: #CB7C75;
 }
</style>
border-color css

<style>
 span { border-color: #CB7C75; }

 span { border-color: rgb(203,124,117); }

 td.TdClassName
 {
   border-color: #CB7C75;
 }
 .TagClassName
 {
   border-color: #CB7C75;
 }
</style>