Html Css Color HEX #C97D65 Burning Sand

📋 copy color: '#C97D65'

red 201 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #C97D65

Tints of Burning Sand #C97D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 47.07%
G = 29.27%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C97D65 (or 0xC97D65) is known color: Burning Sand. HEX triplet: C9, 7D and 65. RGB value is (201,125,101). Sum of RGB (Red+Green+Blue) = 201+125+101=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D65 is #36829A. Grayscale: #919191. Windows color (decimal): -3572379 or 6651337. OLE color: 6651337.

HSL color Cylindrical-coordinate representation of color #C97D65: hue angle of 14.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97D65 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 125 101 -
CMYK 0 0.38 0.50 0.21
HSL 14.4º 0.48% 0.59% -
HSV(B) 14.4º 0.5% 0.79% -
XYZ 33.77 28.02 15.94 -
YUV 144.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 201 125 101 0 0.38 0.50 0.21 14.4 0.48 0.59
Hex C9 7D 65 0 26 32 15 E 30 3B
Octal 311 175 145 0 46 62 25 16 60 73
Binary 11001001 1111101 1100101 0 100110 110010 10101 1110 110000 111011

Color Harmonies of #C97D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D65

Black with #C97D65

Text Example


Text Example

White with #C97D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D65; }

 p { color: rgb(201,125,101); }

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

background-color css

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

 a { background-color: rgb(201,125,101); }

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

border-color css

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

 span { border-color: rgb(201,125,101); }

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