Html Css Color HEX #C9805C Burning Sand

📋 copy color: '#C9805C'

red 201 ◦ green 128 ◦ blue 92

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

Shades of Burning Sand #C9805C

Tints of Burning Sand #C9805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 47.74%
G = 30.4%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9805C (or 0xC9805C) is known color: Burning Sand. HEX triplet: C9, 80 and 5C. RGB value is (201,128,92). Sum of RGB (Red+Green+Blue) = 201+128+92=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9805C is #367FA3. Grayscale: #919191. Windows color (decimal): -3571620 or 6062281. OLE color: 6062281.

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

Color convert

RGB 201 128 92 -
CMYK 0 0.36 0.54 0.21
HSL 19.82º 0.5% 0.57% -
HSV(B) 19.82º 0.54% 0.79% -
XYZ 33.74 28.63 13.87 -
YUV 145.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 201 128 92 0 0.36 0.54 0.21 19.82 0.5 0.57
Hex C9 80 5C 0 24 36 15 14 32 39
Octal 311 200 134 0 44 66 25 24 62 71
Binary 11001001 10000000 1011100 0 100100 110110 10101 10100 110010 111001

Color Harmonies of #C9805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9805C

Black with #C9805C

Text Example


Text Example

White with #C9805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9805C; }

 p { color: rgb(201,128,92); }

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

background-color css

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

 a { background-color: rgb(201,128,92); }

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

border-color css

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

 span { border-color: rgb(201,128,92); }

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