Html Css Color HEX #C96C85 Charm

📋 copy color: '#C96C85'

red 201 ◦ green 108 ◦ blue 133

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

Shades of Charm #C96C85

Tints of Charm #C96C85

RGB

 RED value IS 201 (78.91% from 255) = 45.48%

 GREEN value IS 108 (42.58% from 255) = 24.43%

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 45.48%
G = 24.43%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C96C85 (or 0xC96C85) is known color: Charm. HEX triplet: C9, 6C and 85. RGB value is (201,108,133). Sum of RGB (Red+Green+Blue) = 201+108+133=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C85 is #36937A. Grayscale: #8A8A8A. Windows color (decimal): -3576699 or 8744137. OLE color: 8744137.

HSL color Cylindrical-coordinate representation of color #C96C85: hue angle of 343.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96C85 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 133 -
CMYK 0 0.46 0.34 0.21
HSL 343.87º 0.46% 0.61% -
HSV(B) 343.87º 0.46% 0.79% -
XYZ 33.68 24.84 25.21 -
YUV 138.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 201 108 133 0 0.46 0.34 0.21 343.87 0.46 0.61
Hex C9 6C 85 0 2E 22 15 158 2E 3D
Octal 311 154 205 0 56 42 25 530 56 75
Binary 11001001 1101100 10000101 0 101110 100010 10101 101011000 101110 111101

Color Harmonies of #C96C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C85

Black with #C96C85

Text Example


Text Example

White with #C96C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C85; }

 p { color: rgb(201,108,133); }

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

background-color css

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

 a { background-color: rgb(201,108,133); }

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

border-color css

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

 span { border-color: rgb(201,108,133); }

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