Html Css Color HEX #CC8180 Sea Pink

📋 copy color: '#CC8180'

red 204 ◦ green 129 ◦ blue 128

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

Shades of Sea Pink #CC8180

Tints of Sea Pink #CC8180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 44.25%
G = 27.98%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC8180 (or 0xCC8180) is known color: Sea Pink. HEX triplet: CC, 81 and 80. RGB value is (204,129,128). Sum of RGB (Red+Green+Blue) = 204+129+128=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8180 is #337E7F. Grayscale: #979797. Windows color (decimal): -3374720 or 8421836. OLE color: 8421836.

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

Color convert

RGB 204 129 128 -
CMYK 0 0.37 0.37 0.2
HSL 0.79º 0.43% 0.65% -
HSV(B) 0.79º 0.37% 0.8% -
XYZ 36.65 30.1 24.3 -
YUV 151.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 204 129 128 0 0.37 0.37 0.2 0.79 0.43 0.65
Hex CC 81 80 0 25 25 14 1 2B 41
Octal 314 201 200 0 45 45 24 1 53 101
Binary 11001100 10000001 10000000 0 100101 100101 10100 1 101011 1000001

Color Harmonies of #CC8180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8180

Black with #CC8180

Text Example


Text Example

White with #CC8180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8180; }

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

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

background-color css

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

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

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

border-color css

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

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

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