Html Css Color HEX #CC807A Sea Pink

📋 copy color: '#CC807A'

red 204 ◦ green 128 ◦ blue 122

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

Shades of Sea Pink #CC807A

Tints of Sea Pink #CC807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 44.93%
G = 28.19%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC807A (or 0xCC807A) is known color: Sea Pink. HEX triplet: CC, 80 and 7A. RGB value is (204,128,122). Sum of RGB (Red+Green+Blue) = 204+128+122=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC807A is #337F85. Grayscale: #969696. Windows color (decimal): -3374982 or 8028364. OLE color: 8028364.

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

Color convert

RGB 204 128 122 -
CMYK 0 0.37 0.40 0.2
HSL 4.39º 0.45% 0.64% -
HSV(B) 4.39º 0.4% 0.8% -
XYZ 36.13 29.68 22.24 -
YUV 150.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 204 128 122 0 0.37 0.40 0.2 4.39 0.45 0.64
Hex CC 80 7A 0 25 28 14 4 2D 40
Octal 314 200 172 0 45 50 24 4 55 100
Binary 11001100 10000000 1111010 0 100101 101000 10100 100 101101 1000000

Color Harmonies of #CC807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC807A

Black with #CC807A

Text Example


Text Example

White with #CC807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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