Html Css Color HEX #CC7D78 Sea Pink

📋 copy color: '#CC7D78'

red 204 ◦ green 125 ◦ blue 120

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

Shades of Sea Pink #CC7D78

Tints of Sea Pink #CC7D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 45.43%
G = 27.84%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC7D78 (or 0xCC7D78) is known color: Sea Pink. HEX triplet: CC, 7D and 78. RGB value is (204,125,120). Sum of RGB (Red+Green+Blue) = 204+125+120=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D78 is #338287. Grayscale: #949494. Windows color (decimal): -3375752 or 7896524. OLE color: 7896524.

HSL color Cylindrical-coordinate representation of color #CC7D78: hue angle of 3.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7D78 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 120 -
CMYK 0 0.39 0.41 0.2
HSL 3.57º 0.45% 0.64% -
HSV(B) 3.57º 0.41% 0.8% -
XYZ 35.63 28.86 21.46 -
YUV 148.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 204 125 120 0 0.39 0.41 0.2 3.57 0.45 0.64
Hex CC 7D 78 0 27 29 14 4 2D 40
Octal 314 175 170 0 47 51 24 4 55 100
Binary 11001100 1111101 1111000 0 100111 101001 10100 100 101101 1000000

Color Harmonies of #CC7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D78

Black with #CC7D78

Text Example


Text Example

White with #CC7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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