Html Css Color HEX #CC8388 Charm

📋 copy color: '#CC8388'

red 204 ◦ green 131 ◦ blue 136

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

Shades of Charm #CC8388

Tints of Charm #CC8388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 43.31%
G = 27.81%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC8388 (or 0xCC8388) is known color: Charm. HEX triplet: CC, 83 and 88. RGB value is (204,131,136). Sum of RGB (Red+Green+Blue) = 204+131+136=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8388 is #337C77. Grayscale: #999999. Windows color (decimal): -3374200 or 8946636. OLE color: 8946636.

HSL color Cylindrical-coordinate representation of color #CC8388: hue angle of 355.89º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8388 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 136 -
CMYK 0 0.36 0.33 0.2
HSL 355.89º 0.42% 0.66% -
HSV(B) 355.89º 0.36% 0.8% -
XYZ 37.46 30.85 27.27 -
YUV 153.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 204 131 136 0 0.36 0.33 0.2 355.89 0.42 0.66
Hex CC 83 88 0 24 21 14 164 2A 42
Octal 314 203 210 0 44 41 24 544 52 102
Binary 11001100 10000011 10001000 0 100100 100001 10100 101100100 101010 1000010

Color Harmonies of #CC8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8388

Black with #CC8388

Text Example


Text Example

White with #CC8388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8388; }

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

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

background-color css

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

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

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

border-color css

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

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

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