Html Css Color HEX #C9865C Burning Sand

📋 copy color: '#C9865C'

red 201 ◦ green 134 ◦ blue 92

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

Shades of Burning Sand #C9865C

Tints of Burning Sand #C9865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 47.07%
G = 31.38%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9865C (or 0xC9865C) is known color: Burning Sand. HEX triplet: C9, 86 and 5C. RGB value is (201,134,92). Sum of RGB (Red+Green+Blue) = 201+134+92=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9865C is #3679A3. Grayscale: #959595. Windows color (decimal): -3570084 or 6063817. OLE color: 6063817.

HSL color Cylindrical-coordinate representation of color #C9865C: hue angle of 23.12º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9865C is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 92 -
CMYK 0 0.33 0.54 0.21
HSL 23.12º 0.5% 0.57% -
HSV(B) 23.12º 0.54% 0.79% -
XYZ 34.54 30.24 14.14 -
YUV 149.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 201 134 92 0 0.33 0.54 0.21 23.12 0.5 0.57
Hex C9 86 5C 0 21 36 15 17 32 39
Octal 311 206 134 0 41 66 25 27 62 71
Binary 11001001 10000110 1011100 0 100001 110110 10101 10111 110010 111001

Color Harmonies of #C9865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9865C

Black with #C9865C

Text Example


Text Example

White with #C9865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9865C; }

 p { color: rgb(201,134,92); }

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

background-color css

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

 a { background-color: rgb(201,134,92); }

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

border-color css

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

 span { border-color: rgb(201,134,92); }

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