Html Css Color HEX #C4806A Burning Sand

📋 copy color: '#C4806A'

red 196 ◦ green 128 ◦ blue 106

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

Shades of Burning Sand #C4806A

Tints of Burning Sand #C4806A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

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

R = 45.58%
G = 29.77%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4806A (or 0xC4806A) is known color: Burning Sand. HEX triplet: C4, 80 and 6A. RGB value is (196,128,106). Sum of RGB (Red+Green+Blue) = 196+128+106=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4806A is #3B7F95. Grayscale: #919191. Windows color (decimal): -3899286 or 6979780. OLE color: 6979780.

HSL color Cylindrical-coordinate representation of color #C4806A: hue angle of 14.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 #C4806A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 106 -
CMYK 0 0.35 0.46 0.23
HSL 14.67º 0.43% 0.59% -
HSV(B) 14.67º 0.46% 0.77% -
XYZ 33.09 28.21 17.34 -
YUV 145.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 196 128 106 0 0.35 0.46 0.23 14.67 0.43 0.59
Hex C4 80 6A 0 23 2E 17 F 2B 3B
Octal 304 200 152 0 43 56 27 17 53 73
Binary 11000100 10000000 1101010 0 100011 101110 10111 1111 101011 111011

Color Harmonies of #C4806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4806A

Black with #C4806A

Text Example


Text Example

White with #C4806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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