Html Css Color HEX #CC807F Sea Pink

📋 copy color: '#CC807F'

red 204 ◦ green 128 ◦ blue 127

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

Shades of Sea Pink #CC807F

Tints of Sea Pink #CC807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 44.44%
G = 27.89%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC807F (or 0xCC807F) is known color: Sea Pink. HEX triplet: CC, 80 and 7F. RGB value is (204,128,127). Sum of RGB (Red+Green+Blue) = 204+128+127=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC807F is #337F80. Grayscale: #969696. Windows color (decimal): -3374977 or 8356044. OLE color: 8356044.

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

Color convert

RGB 204 128 127 -
CMYK 0 0.37 0.38 0.2
HSL 0.78º 0.43% 0.65% -
HSV(B) 0.78º 0.38% 0.8% -
XYZ 36.45 29.81 23.91 -
YUV 150.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 204 128 127 0 0.37 0.38 0.2 0.78 0.43 0.65
Hex CC 80 7F 0 25 26 14 1 2B 41
Octal 314 200 177 0 45 46 24 1 53 101
Binary 11001100 10000000 1111111 0 100101 100110 10100 1 101011 1000001

Color Harmonies of #CC807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC807F

Black with #CC807F

Text Example


Text Example

White with #CC807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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