Html Css Color HEX #C9896B Burning Sand

📋 copy color: '#C9896B'

red 201 ◦ green 137 ◦ blue 107

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

Shades of Burning Sand #C9896B

Tints of Burning Sand #C9896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 45.17%
G = 30.79%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9896B (or 0xC9896B) is known color: Burning Sand. HEX triplet: C9, 89 and 6B. RGB value is (201,137,107). Sum of RGB (Red+Green+Blue) = 201+137+107=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9896B is #367694. Grayscale: #989898. Windows color (decimal): -3569301 or 7047625. OLE color: 7047625.

HSL color Cylindrical-coordinate representation of color #C9896B: hue angle of 19.15º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9896B is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 137 107 -
CMYK 0 0.32 0.47 0.21
HSL 19.15º 0.47% 0.6% -
HSV(B) 19.15º 0.47% 0.79% -
XYZ 35.69 31.37 18.08 -
YUV 152.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 201 137 107 0 0.32 0.47 0.21 19.15 0.47 0.6
Hex C9 89 6B 0 20 2F 15 13 2F 3C
Octal 311 211 153 0 40 57 25 23 57 74
Binary 11001001 10001001 1101011 0 100000 101111 10101 10011 101111 111100

Color Harmonies of #C9896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9896B

Black with #C9896B

Text Example


Text Example

White with #C9896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9896B; }

 p { color: rgb(201,137,107); }

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

background-color css

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

 a { background-color: rgb(201,137,107); }

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

border-color css

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

 span { border-color: rgb(201,137,107); }

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