Html Css Color HEX #CC7D86 Charm

📋 copy color: '#CC7D86'

red 204 ◦ green 125 ◦ blue 134

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

Shades of Charm #CC7D86

Tints of Charm #CC7D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 44.06%
G = 27%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC7D86 (or 0xCC7D86) is known color: Charm. HEX triplet: CC, 7D and 86. RGB value is (204,125,134). Sum of RGB (Red+Green+Blue) = 204+125+134=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D86 is #338279. Grayscale: #959595. Windows color (decimal): -3375738 or 8814028. OLE color: 8814028.

HSL color Cylindrical-coordinate representation of color #CC7D86: hue angle of 353.16º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D86 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 134 -
CMYK 0 0.39 0.34 0.2
HSL 353.16º 0.44% 0.65% -
HSV(B) 353.16º 0.39% 0.8% -
XYZ 36.54 29.23 26.27 -
YUV 149.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 204 125 134 0 0.39 0.34 0.2 353.16 0.44 0.65
Hex CC 7D 86 0 27 22 14 161 2C 41
Octal 314 175 206 0 47 42 24 541 54 101
Binary 11001100 1111101 10000110 0 100111 100010 10100 101100001 101100 1000001

Color Harmonies of #CC7D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D86

Black with #CC7D86

Text Example


Text Example

White with #CC7D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D86; }

 p { color: rgb(204,125,134); }

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

background-color css

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

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

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

border-color css

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

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

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