Html Css Color HEX #CC8282 Sea Pink

📋 copy color: '#CC8282'

red 204 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #CC8282

Tints of Sea Pink #CC8282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.02%

R = 43.97%
G = 28.02%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC8282 (or 0xCC8282) is known color: Sea Pink. HEX triplet: CC, 82 and 82. RGB value is (204,130,130). Sum of RGB (Red+Green+Blue) = 204+130+130=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8282 is #337D7D. Grayscale: #989898. Windows color (decimal): -3374462 or 8553164. OLE color: 8553164.

HSL color Cylindrical-coordinate representation of color #CC8282: 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.36%. Process color model (Four color, CMYK) of #CC8282 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 130 -
CMYK 0 0.36 0.36 0.2
HSL 0.42% 0.65% -
HSV(B) 0.36% 0.8% -
XYZ 36.91 30.41 25.04 -
YUV 152.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 204 130 130 0 0.36 0.36 0.2 0 0.42 0.65
Hex CC 82 82 0 24 24 14 0 2A 41
Octal 314 202 202 0 44 44 24 0 52 101
Binary 11001100 10000010 10000010 0 100100 100100 10100 0 101010 1000001

Color Harmonies of #CC8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8282

Black with #CC8282

Text Example


Text Example

White with #CC8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8282; }

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

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

background-color css

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

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

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

border-color css

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

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

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