Html Css Color HEX #C9886B Burning Sand

📋 copy color: '#C9886B'

red 201 ◦ green 136 ◦ blue 107

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

Shades of Burning Sand #C9886B

Tints of Burning Sand #C9886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

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

R = 45.27%
G = 30.63%
B = 24.1%

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

#C9886B (or 0xC9886B) is known color: Burning Sand. HEX triplet: C9, 88 and 6B. RGB value is (201,136,107). Sum of RGB (Red+Green+Blue) = 201+136+107=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9886B is #367794. Grayscale: #989898. Windows color (decimal): -3569557 or 7047369. OLE color: 7047369.

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

Color convert

RGB 201 136 107 -
CMYK 0 0.32 0.47 0.21
HSL 18.51º 0.47% 0.6% -
HSV(B) 18.51º 0.47% 0.79% -
XYZ 35.55 31.09 18.04 -
YUV 152.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 201 136 107 0 0.32 0.47 0.21 18.51 0.47 0.6
Hex C9 88 6B 0 20 2F 15 13 2F 3C
Octal 311 210 153 0 40 57 25 23 57 74
Binary 11001001 10001000 1101011 0 100000 101111 10101 10011 101111 111100

Color Harmonies of #C9886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9886B

Black with #C9886B

Text Example


Text Example

White with #C9886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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