Html Css Color HEX #CC8381 Sea Pink

📋 copy color: '#CC8381'

red 204 ◦ green 131 ◦ blue 129

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

Shades of Sea Pink #CC8381

Tints of Sea Pink #CC8381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.23%

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

R = 43.97%
G = 28.23%
B = 27.8%

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

#CC8381 (or 0xCC8381) is known color: Sea Pink. HEX triplet: CC, 83 and 81. RGB value is (204,131,129). Sum of RGB (Red+Green+Blue) = 204+131+129=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8381 is #337C7E. Grayscale: #989898. Windows color (decimal): -3374207 or 8487884. OLE color: 8487884.

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

Color convert

RGB 204 131 129 -
CMYK 0 0.36 0.37 0.2
HSL 1.6º 0.42% 0.65% -
HSV(B) 1.6º 0.37% 0.8% -
XYZ 36.98 30.65 24.74 -
YUV 152.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 204 131 129 0 0.36 0.37 0.2 1.6 0.42 0.65
Hex CC 83 81 0 24 25 14 2 2A 41
Octal 314 203 201 0 44 45 24 2 52 101
Binary 11001100 10000011 10000001 0 100100 100101 10100 10 101010 1000001

Color Harmonies of #CC8381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8381

Black with #CC8381

Text Example


Text Example

White with #CC8381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8381; }

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

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

background-color css

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

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

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

border-color css

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

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

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