Html Css Color HEX #C96B7E Charm

📋 copy color: '#C96B7E'

red 201 ◦ green 107 ◦ blue 126

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

Shades of Charm #C96B7E

Tints of Charm #C96B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.65%

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 46.31%
G = 24.65%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C96B7E (or 0xC96B7E) is known color: Charm. HEX triplet: C9, 6B and 7E. RGB value is (201,107,126). Sum of RGB (Red+Green+Blue) = 201+107+126=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B7E is #369481. Grayscale: #898989. Windows color (decimal): -3576962 or 8285129. OLE color: 8285129.

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

Color convert

RGB 201 107 126 -
CMYK 0 0.47 0.37 0.21
HSL 347.87º 0.47% 0.6% -
HSV(B) 347.87º 0.47% 0.79% -
XYZ 33.11 24.44 22.71 -
YUV 137.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 201 107 126 0 0.47 0.37 0.21 347.87 0.47 0.6
Hex C9 6B 7E 0 2F 25 15 15C 2F 3C
Octal 311 153 176 0 57 45 25 534 57 74
Binary 11001001 1101011 1111110 0 101111 100101 10101 101011100 101111 111100

Color Harmonies of #C96B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B7E

Black with #C96B7E

Text Example


Text Example

White with #C96B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B7E; }

 p { color: rgb(201,107,126); }

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

background-color css

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

 a { background-color: rgb(201,107,126); }

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

border-color css

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

 span { border-color: rgb(201,107,126); }

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