Html Css Color HEX #C9876F Burning Sand

📋 copy color: '#C9876F'

red 201 ◦ green 135 ◦ blue 111

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

Shades of Burning Sand #C9876F

Tints of Burning Sand #C9876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.2%

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 44.97%
G = 30.2%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9876F (or 0xC9876F) is known color: Burning Sand. HEX triplet: C9, 87 and 6F. RGB value is (201,135,111). Sum of RGB (Red+Green+Blue) = 201+135+111=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9876F is #367890. Grayscale: #989898. Windows color (decimal): -3569809 or 7309257. OLE color: 7309257.

HSL color Cylindrical-coordinate representation of color #C9876F: hue angle of 16º degrees, saturation: 0.45, 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 #C9876F is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 135 111 -
CMYK 0 0.33 0.45 0.21
HSL 16º 0.45% 0.61% -
HSV(B) 16º 0.45% 0.79% -
XYZ 35.62 30.89 19.12 -
YUV 152 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 201 135 111 0 0.33 0.45 0.21 16 0.45 0.61
Hex C9 87 6F 0 21 2D 15 10 2D 3D
Octal 311 207 157 0 41 55 25 20 55 75
Binary 11001001 10000111 1101111 0 100001 101101 10101 10000 101101 111101

Color Harmonies of #C9876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9876F

Black with #C9876F

Text Example


Text Example

White with #C9876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9876F; }

 p { color: rgb(201,135,111); }

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

background-color css

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

 a { background-color: rgb(201,135,111); }

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

border-color css

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

 span { border-color: rgb(201,135,111); }

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