#CC7B75

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

Shades of Sea Pink #CC7B75

Tints of Sea Pink #CC7B75

Color information

#CC7B75 (or 0xCC7B75) is unknown color: approx Sea Pink. HEX triplet: CC, 7B and 75. RGB value is (204,123,117). Sum of RGB (Red+Green+Blue) = 204+123+117=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B75 is #33848A. Grayscale: #929292. Windows color (decimal): -3376267 or 7699404. OLE color: 7699404.

HSL color Cylindrical-coordinate representation of color #CC7B75: hue angle of 4.14º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7B75 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204123117-
CMYK00.400.430.2
HSL4.14º46.03%62.94%-
HSV(B)4.14º42.65%80%-
XYZ35.228.2920.43-
YUV146.54111.34168.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=45.95%
G=27.70%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412311700.400.430.24.1446.0362.94
HexCC7B750282B1442e3f
Octal314173165050532445677
Binary1100110011110111110101010100010101110100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B75; }

 p { color: rgb(204,123,117); }

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

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

 a { background-color: rgb(204,123,117); }

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

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

 span { border-color: rgb(204,123,117); }

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