Html Css Color HEX #CC8181 Sea Pink

📋 copy color: '#CC8181'

red 204 ◦ green 129 ◦ blue 129

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

Shades of Sea Pink #CC8181

Tints of Sea Pink #CC8181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 44.16%
G = 27.92%
B = 27.92%

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

#CC8181 (or 0xCC8181) is known color: Sea Pink. HEX triplet: CC, 81 and 81. RGB value is (204,129,129). Sum of RGB (Red+Green+Blue) = 204+129+129=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8181 is #337E7E. Grayscale: #979797. Windows color (decimal): -3374719 or 8487372. OLE color: 8487372.

HSL color Cylindrical-coordinate representation of color #CC8181: hue angle of 0º degrees, saturation: 0.42, 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 #CC8181 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 129 -
CMYK 0 0.37 0.37 0.2
HSL 0.42% 0.65% -
HSV(B) 0.37% 0.8% -
XYZ 36.71 30.12 24.65 -
YUV 151.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 204 129 129 0 0.37 0.37 0.2 0 0.42 0.65
Hex CC 81 81 0 25 25 14 0 2A 41
Octal 314 201 201 0 45 45 24 0 52 101
Binary 11001100 10000001 10000001 0 100101 100101 10100 0 101010 1000001

Color Harmonies of #CC8181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8181

Black with #CC8181

Text Example


Text Example

White with #CC8181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8181; }

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

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

background-color css

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

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

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

border-color css

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

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

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