Html Css Color HEX #C96B7F Charm

📋 copy color: '#C96B7F'

red 201 ◦ green 107 ◦ blue 127

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

Shades of Charm #C96B7F

Tints of Charm #C96B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 46.21%
G = 24.6%
B = 29.2%

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

#C96B7F (or 0xC96B7F) is known color: Charm. HEX triplet: C9, 6B and 7F. RGB value is (201,107,127). Sum of RGB (Red+Green+Blue) = 201+107+127=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B7F is #369480. Grayscale: #898989. Windows color (decimal): -3576961 or 8350665. OLE color: 8350665.

HSL color Cylindrical-coordinate representation of color #C96B7F: hue angle of 347.23º 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 #C96B7F is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 107 127 -
CMYK 0 0.47 0.37 0.21
HSL 347.23º 0.47% 0.6% -
HSV(B) 347.23º 0.47% 0.79% -
XYZ 33.18 24.47 23.05 -
YUV 137.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 201 107 127 0 0.47 0.37 0.21 347.23 0.47 0.6
Hex C9 6B 7F 0 2F 25 15 15B 2F 3C
Octal 311 153 177 0 57 45 25 533 57 74
Binary 11001001 1101011 1111111 0 101111 100101 10101 101011011 101111 111100

Color Harmonies of #C96B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B7F

Black with #C96B7F

Text Example


Text Example

White with #C96B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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