Html Css Color HEX #C9856D Burning Sand

📋 copy color: '#C9856D'

red 201 ◦ green 133 ◦ blue 109

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

Shades of Burning Sand #C9856D

Tints of Burning Sand #C9856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 45.37%
G = 30.02%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9856D (or 0xC9856D) is known color: Burning Sand. HEX triplet: C9, 85 and 6D. RGB value is (201,133,109). Sum of RGB (Red+Green+Blue) = 201+133+109=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9856D is #367A92. Grayscale: #969696. Windows color (decimal): -3570323 or 7177673. OLE color: 7177673.

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

Color convert

RGB 201 133 109 -
CMYK 0 0.34 0.46 0.21
HSL 15.65º 0.46% 0.61% -
HSV(B) 15.65º 0.46% 0.79% -
XYZ 35.24 30.3 18.46 -
YUV 150.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 201 133 109 0 0.34 0.46 0.21 15.65 0.46 0.61
Hex C9 85 6D 0 22 2E 15 10 2E 3D
Octal 311 205 155 0 42 56 25 20 56 75
Binary 11001001 10000101 1101101 0 100010 101110 10101 10000 101110 111101

Color Harmonies of #C9856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9856D

Black with #C9856D

Text Example


Text Example

White with #C9856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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