Html Css Color HEX #C96D75 Charm

📋 copy color: '#C96D75'

red 201 ◦ green 109 ◦ blue 117

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

Shades of Charm #C96D75

Tints of Charm #C96D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 47.07%
G = 25.53%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96D75 (or 0xC96D75) is known color: Charm. HEX triplet: C9, 6D and 75. RGB value is (201,109,117). Sum of RGB (Red+Green+Blue) = 201+109+117=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D75 is #36928A. Grayscale: #898989. Windows color (decimal): -3576459 or 7695817. OLE color: 7695817.

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

Color convert

RGB 201 109 117 -
CMYK 0 0.46 0.42 0.21
HSL 354.78º 0.46% 0.61% -
HSV(B) 354.78º 0.46% 0.79% -
XYZ 32.77 24.64 19.86 -
YUV 137.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 201 109 117 0 0.46 0.42 0.21 354.78 0.46 0.61
Hex C9 6D 75 0 2E 2A 15 163 2E 3D
Octal 311 155 165 0 56 52 25 543 56 75
Binary 11001001 1101101 1110101 0 101110 101010 10101 101100011 101110 111101

Color Harmonies of #C96D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D75

Black with #C96D75

Text Example


Text Example

White with #C96D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D75; }

 p { color: rgb(201,109,117); }

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

background-color css

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

 a { background-color: rgb(201,109,117); }

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

border-color css

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

 span { border-color: rgb(201,109,117); }

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