Html Css Color HEX #C4866A Burning Sand

📋 copy color: '#C4866A'

red 196 ◦ green 134 ◦ blue 106

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

Shades of Burning Sand #C4866A

Tints of Burning Sand #C4866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 44.95%
G = 30.73%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4866A (or 0xC4866A) is known color: Burning Sand. HEX triplet: C4, 86 and 6A. RGB value is (196,134,106). Sum of RGB (Red+Green+Blue) = 196+134+106=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4866A is #3B7995. Grayscale: #959595. Windows color (decimal): -3897750 or 6981316. OLE color: 6981316.

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

Color convert

RGB 196 134 106 -
CMYK 0 0.32 0.46 0.23
HSL 18.67º 0.43% 0.59% -
HSV(B) 18.67º 0.46% 0.77% -
XYZ 33.89 29.83 17.61 -
YUV 149.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 196 134 106 0 0.32 0.46 0.23 18.67 0.43 0.59
Hex C4 86 6A 0 20 2E 17 13 2B 3B
Octal 304 206 152 0 40 56 27 23 53 73
Binary 11000100 10000110 1101010 0 100000 101110 10111 10011 101011 111011

Color Harmonies of #C4866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4866A

Black with #C4866A

Text Example


Text Example

White with #C4866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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