Html Css Color HEX #CC8389 Charm

📋 copy color: '#CC8389'

red 204 ◦ green 131 ◦ blue 137

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

Shades of Charm #CC8389

Tints of Charm #CC8389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 43.22%
G = 27.75%
B = 29.03%

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

#CC8389 (or 0xCC8389) is known color: Charm. HEX triplet: CC, 83 and 89. RGB value is (204,131,137). Sum of RGB (Red+Green+Blue) = 204+131+137=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8389 is #337C76. Grayscale: #999999. Windows color (decimal): -3374199 or 9012172. OLE color: 9012172.

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

Color convert

RGB 204 131 137 -
CMYK 0 0.36 0.33 0.2
HSL 355.07º 0.42% 0.66% -
HSV(B) 355.07º 0.36% 0.8% -
XYZ 37.53 30.88 27.65 -
YUV 153.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 204 131 137 0 0.36 0.33 0.2 355.07 0.42 0.66
Hex CC 83 89 0 24 21 14 163 2A 42
Octal 314 203 211 0 44 41 24 543 52 102
Binary 11001100 10000011 10001001 0 100100 100001 10100 101100011 101010 1000010

Color Harmonies of #CC8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8389

Black with #CC8389

Text Example


Text Example

White with #CC8389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8389; }

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

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

background-color css

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

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

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

border-color css

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

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

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