Html Css Color HEX #C97D57 Burning Sand

📋 copy color: '#C97D57'

red 201 ◦ green 125 ◦ blue 87

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

Shades of Burning Sand #C97D57

Tints of Burning Sand #C97D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.07%

R = 48.67%
G = 30.27%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C97D57 (or 0xC97D57) is known color: Burning Sand. HEX triplet: C9, 7D and 57. RGB value is (201,125,87). Sum of RGB (Red+Green+Blue) = 201+125+87=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D57 is #3682A8. Grayscale: #8F8F8F. Windows color (decimal): -3572393 or 5733833. OLE color: 5733833.

HSL color Cylindrical-coordinate representation of color #C97D57: hue angle of 20º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C97D57 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 125 87 -
CMYK 0 0.38 0.57 0.21
HSL 20º 0.51% 0.56% -
HSV(B) 20º 0.57% 0.79% -
XYZ 33.14 27.77 12.63 -
YUV 143.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 201 125 87 0 0.38 0.57 0.21 20 0.51 0.56
Hex C9 7D 57 0 26 39 15 14 33 38
Octal 311 175 127 0 46 71 25 24 63 70
Binary 11001001 1111101 1010111 0 100110 111001 10101 10100 110011 111000

Color Harmonies of #C97D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D57

Black with #C97D57

Text Example


Text Example

White with #C97D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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