Html Css Color HEX #CC8281 Sea Pink

📋 copy color: '#CC8281'

red 204 ◦ green 130 ◦ blue 129

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

Shades of Sea Pink #CC8281

Tints of Sea Pink #CC8281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

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

R = 44.06%
G = 28.08%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC8281 (or 0xCC8281) is known color: Sea Pink. HEX triplet: CC, 82 and 81. RGB value is (204,130,129). Sum of RGB (Red+Green+Blue) = 204+130+129=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8281 is #337D7E. Grayscale: #989898. Windows color (decimal): -3374463 or 8487628. OLE color: 8487628.

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

Color convert

RGB 204 130 129 -
CMYK 0 0.36 0.37 0.2
HSL 0.8º 0.42% 0.65% -
HSV(B) 0.8º 0.37% 0.8% -
XYZ 36.85 30.39 24.69 -
YUV 152.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 204 130 129 0 0.36 0.37 0.2 0.8 0.42 0.65
Hex CC 82 81 0 24 25 14 1 2A 41
Octal 314 202 201 0 44 45 24 1 52 101
Binary 11001100 10000010 10000001 0 100100 100101 10100 1 101010 1000001

Color Harmonies of #CC8281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8281

Black with #CC8281

Text Example


Text Example

White with #CC8281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8281; }

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

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

background-color css

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

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

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

border-color css

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

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

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