#CC7F7B

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

Shades of Sea Pink #CC7F7B

Tints of Sea Pink #CC7F7B

Color information

#CC7F7B (or 0xCC7F7B) is unknown color: approx Sea Pink. HEX triplet: CC, 7F and 7B. RGB value is (204,127,123). Sum of RGB (Red+Green+Blue) = 204+127+123=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F7B is #338084. Grayscale: #959595. Windows color (decimal): -3375237 or 8093644. OLE color: 8093644.

HSL color Cylindrical-coordinate representation of color #CC7F7B: hue angle of 2.96º 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 #CC7F7B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204127123-
CMYK00.380.400.2
HSL2.96º44.26%64.12%-
HSV(B)2.96º39.71%80%-
XYZ36.0729.4522.52-
YUV149.57113.01166.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=44.93%
G=27.97%
B=27.09%

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
Decimal20412712300.380.400.22.9644.2664.12
HexCC7F7B026281432c40
Octal3141771730465024354100
Binary1100110011111111111011010011010100010100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F7B; }

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

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

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

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

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

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

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

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