Html Css Color HEX #C9856E Burning Sand

📋 copy color: '#C9856E'

red 201 ◦ green 133 ◦ blue 110

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

Shades of Burning Sand #C9856E

Tints of Burning Sand #C9856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.95%

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 45.27%
G = 29.95%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9856E (or 0xC9856E) is known color: Burning Sand. HEX triplet: C9, 85 and 6E. RGB value is (201,133,110). Sum of RGB (Red+Green+Blue) = 201+133+110=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9856E is #367A91. Grayscale: #969696. Windows color (decimal): -3570322 or 7243209. OLE color: 7243209.

HSL color Cylindrical-coordinate representation of color #C9856E: hue angle of 15.16º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9856E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 133 110 -
CMYK 0 0.34 0.45 0.21
HSL 15.16º 0.46% 0.61% -
HSV(B) 15.16º 0.45% 0.79% -
XYZ 35.29 30.32 18.74 -
YUV 150.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 201 133 110 0 0.34 0.45 0.21 15.16 0.46 0.61
Hex C9 85 6E 0 22 2D 15 F 2E 3D
Octal 311 205 156 0 42 55 25 17 56 75
Binary 11001001 10000101 1101110 0 100010 101101 10101 1111 101110 111101

Color Harmonies of #C9856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9856E

Black with #C9856E

Text Example


Text Example

White with #C9856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9856E; }

 p { color: rgb(201,133,110); }

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

background-color css

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

 a { background-color: rgb(201,133,110); }

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

border-color css

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

 span { border-color: rgb(201,133,110); }

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