Html Css Color HEX #C4865E Burning Sand

📋 copy color: '#C4865E'

red 196 ◦ green 134 ◦ blue 94

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

Shades of Burning Sand #C4865E

Tints of Burning Sand #C4865E

RGB

 RED value IS 196 (76.95% from 255) = 46.23%

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

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 46.23%
G = 31.6%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4865E (or 0xC4865E) is known color: Burning Sand. HEX triplet: C4, 86 and 5E. RGB value is (196,134,94). Sum of RGB (Red+Green+Blue) = 196+134+94=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4865E is #3B79A1. Grayscale: #949494. Windows color (decimal): -3897762 or 6194884. OLE color: 6194884.

HSL color Cylindrical-coordinate representation of color #C4865E: hue angle of 23.53º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4865E is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 94 -
CMYK 0 0.32 0.52 0.23
HSL 23.53º 0.46% 0.57% -
HSV(B) 23.53º 0.52% 0.77% -
XYZ 33.31 29.59 14.55 -
YUV 147.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 196 134 94 0 0.32 0.52 0.23 23.53 0.46 0.57
Hex C4 86 5E 0 20 34 17 18 2E 39
Octal 304 206 136 0 40 64 27 30 56 71
Binary 11000100 10000110 1011110 0 100000 110100 10111 11000 101110 111001

Color Harmonies of #C4865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4865E

Black with #C4865E

Text Example


Text Example

White with #C4865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4865E; }

 p { color: rgb(196,134,94); }

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

background-color css

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

 a { background-color: rgb(196,134,94); }

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

border-color css

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

 span { border-color: rgb(196,134,94); }

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