Html Css Color HEX #CC807D Sea Pink

📋 copy color: '#CC807D'

red 204 ◦ green 128 ◦ blue 125

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

Shades of Sea Pink #CC807D

Tints of Sea Pink #CC807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 44.64%
G = 28.01%
B = 27.35%

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

#CC807D (or 0xCC807D) is known color: Sea Pink. HEX triplet: CC, 80 and 7D. RGB value is (204,128,125). Sum of RGB (Red+Green+Blue) = 204+128+125=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC807D is #337F82. Grayscale: #969696. Windows color (decimal): -3374979 or 8224972. OLE color: 8224972.

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

Color convert

RGB 204 128 125 -
CMYK 0 0.37 0.39 0.2
HSL 2.28º 0.44% 0.65% -
HSV(B) 2.28º 0.39% 0.8% -
XYZ 36.32 29.76 23.23 -
YUV 150.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 204 128 125 0 0.37 0.39 0.2 2.28 0.44 0.65
Hex CC 80 7D 0 25 27 14 2 2C 41
Octal 314 200 175 0 45 47 24 2 54 101
Binary 11001100 10000000 1111101 0 100101 100111 10100 10 101100 1000001

Color Harmonies of #CC807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC807D

Black with #CC807D

Text Example


Text Example

White with #CC807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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