#CC7C7B

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

Shades of Sea Pink #CC7C7B

Tints of Sea Pink #CC7C7B

Color information

#CC7C7B (or 0xCC7C7B) is unknown color: approx Sea Pink. HEX triplet: CC, 7C and 7B. RGB value is (204,124,123). Sum of RGB (Red+Green+Blue) = 204+124+123=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C7B is #338384. Grayscale: #939393. Windows color (decimal): -3376005 or 8092876. OLE color: 8092876.

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

Color convert

RGB204124123-
CMYK00.390.400.2
HSL0.74º44.26%64.12%-
HSV(B)0.74º39.71%80%-
XYZ35.6828.6822.39-
YUV147.81114168.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=45.23%
G=27.49%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412412300.390.400.20.7444.2664.12
HexCC7C7B027281412c40
Octal3141741730475024154100
Binary110011001111100111101101001111010001010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C7B; }

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

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

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

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

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

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

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

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