Html Css Color HEX #CC7F78 Sea Pink

📋 copy color: '#CC7F78'

red 204 ◦ green 127 ◦ blue 120

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

Shades of Sea Pink #CC7F78

Tints of Sea Pink #CC7F78

RGB

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

 GREEN value IS 127 (50% from 255) = 28.16%

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

R = 45.23%
G = 28.16%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC7F78 (or 0xCC7F78) is known color: Sea Pink. HEX triplet: CC, 7F and 78. RGB value is (204,127,120). Sum of RGB (Red+Green+Blue) = 204+127+120=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F78 is #338087. Grayscale: #959595. Windows color (decimal): -3375240 or 7897036. OLE color: 7897036.

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

Color convert

RGB 204 127 120 -
CMYK 0 0.38 0.41 0.2
HSL 0.45% 0.64% -
HSV(B) 0.41% 0.8% -
XYZ 35.88 29.37 21.55 -
YUV 149.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 204 127 120 0 0.38 0.41 0.2 5 0.45 0.64
Hex CC 7F 78 0 26 29 14 5 2D 40
Octal 314 177 170 0 46 51 24 5 55 100
Binary 11001100 1111111 1111000 0 100110 101001 10100 101 101101 1000000

Color Harmonies of #CC7F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F78

Black with #CC7F78

Text Example


Text Example

White with #CC7F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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