Html Css Color HEX #CC7C78 Sea Pink

📋 copy color: '#CC7C78'

red 204 ◦ green 124 ◦ blue 120

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

Shades of Sea Pink #CC7C78

Tints of Sea Pink #CC7C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

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

R = 45.54%
G = 27.68%
B = 26.79%

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

#CC7C78 (or 0xCC7C78) is known color: Sea Pink. HEX triplet: CC, 7C and 78. RGB value is (204,124,120). Sum of RGB (Red+Green+Blue) = 204+124+120=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C78 is #338387. Grayscale: #939393. Windows color (decimal): -3376008 or 7896268. OLE color: 7896268.

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

Color convert

RGB 204 124 120 -
CMYK 0 0.39 0.41 0.2
HSL 2.86º 0.45% 0.64% -
HSV(B) 2.86º 0.41% 0.8% -
XYZ 35.5 28.61 21.42 -
YUV 147.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 204 124 120 0 0.39 0.41 0.2 2.86 0.45 0.64
Hex CC 7C 78 0 27 29 14 3 2D 40
Octal 314 174 170 0 47 51 24 3 55 100
Binary 11001100 1111100 1111000 0 100111 101001 10100 11 101101 1000000

Color Harmonies of #CC7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C78

Black with #CC7C78

Text Example


Text Example

White with #CC7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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