Html Css Color HEX #CC7D77 Sea Pink

📋 copy color: '#CC7D77'

red 204 ◦ green 125 ◦ blue 119

#CC7D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #CC7D77

Tints of Sea Pink #CC7D77

RGB

 RED value IS 204 (80.08% from 255) = 45.54%

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 119 (46.88% from 255) = 26.56%

R = 45.54%
G = 27.9%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC7D77 (or 0xCC7D77) is known color: Sea Pink. HEX triplet: CC, 7D and 77. RGB value is (204,125,119). Sum of RGB (Red+Green+Blue) = 204+125+119=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D77 is #338288. Grayscale: #949494. Windows color (decimal): -3375753 or 7830988. OLE color: 7830988.

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

Color convert

RGB 204 125 119 -
CMYK 0 0.39 0.42 0.2
HSL 4.24º 0.45% 0.63% -
HSV(B) 4.24º 0.42% 0.8% -
XYZ 35.57 28.84 21.14 -
YUV 147.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 204 125 119 0 0.39 0.42 0.2 4.24 0.45 0.63
Hex CC 7D 77 0 27 2A 14 4 2D 3F
Octal 314 175 167 0 47 52 24 4 55 77
Binary 11001100 1111101 1110111 0 100111 101010 10100 100 101101 111111

Color Harmonies of #CC7D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D77

Black with #CC7D77

Text Example


Text Example

White with #CC7D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D77; }

 p { color: rgb(204,125,119); }

 H1.HeaderClassName
 {
   color: #CC7D77;
 }
 .AnyTagClassName
 {
   color: #CC7D77;
 }
</style>

background-color css

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

 a { background-color: rgb(204,125,119); }

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

border-color css

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

 span { border-color: rgb(204,125,119); }

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