Html Css Color HEX #CC807C Sea Pink

📋 copy color: '#CC807C'

red 204 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #CC807C

Tints of Sea Pink #CC807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.07%

 BLUE value IS 124 (48.83% from 255) = 27.19%

R = 44.74%
G = 28.07%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC807C (or 0xCC807C) is known color: Sea Pink. HEX triplet: CC, 80 and 7C. RGB value is (204,128,124). Sum of RGB (Red+Green+Blue) = 204+128+124=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC807C is #337F83. Grayscale: #969696. Windows color (decimal): -3374980 or 8159436. OLE color: 8159436.

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

Color convert

RGB 204 128 124 -
CMYK 0 0.37 0.39 0.2
HSL 0.44% 0.64% -
HSV(B) 0.39% 0.8% -
XYZ 36.26 29.73 22.9 -
YUV 150.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 204 128 124 0 0.37 0.39 0.2 3 0.44 0.64
Hex CC 80 7C 0 25 27 14 3 2C 40
Octal 314 200 174 0 45 47 24 3 54 100
Binary 11001100 10000000 1111100 0 100101 100111 10100 11 101100 1000000

Color Harmonies of #CC807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC807C

Black with #CC807C

Text Example


Text Example

White with #CC807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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