#CC7E7B

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

Shades of Sea Pink #CC7E7B

Tints of Sea Pink #CC7E7B

Color information

#CC7E7B (or 0xCC7E7B) is unknown color: approx Sea Pink. HEX triplet: CC, 7E and 7B. RGB value is (204,126,123). Sum of RGB (Red+Green+Blue) = 204+126+123=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E7B is #338184. Grayscale: #959595. Windows color (decimal): -3375493 or 8093388. OLE color: 8093388.

HSL color Cylindrical-coordinate representation of color #CC7E7B: hue angle of 2.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7E7B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204126123-
CMYK00.380.400.2
HSL2.22º44.26%64.12%-
HSV(B)2.22º39.71%80%-
XYZ35.9429.1922.48-
YUV148.98113.34167.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=45.03%
G=27.81%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412612300.380.400.22.2244.2664.12
HexCC7E7B026281422c40
Octal3141761730465024254100
Binary1100110011111101111011010011010100010100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E7B; }

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

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

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

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

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

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

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

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