Html Css Color HEX #C4805D Burning Sand

📋 copy color: '#C4805D'

red 196 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #C4805D

Tints of Burning Sand #C4805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 47%
G = 30.7%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4805D (or 0xC4805D) is known color: Burning Sand. HEX triplet: C4, 80 and 5D. RGB value is (196,128,93). Sum of RGB (Red+Green+Blue) = 196+128+93=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4805D is #3B7FA2. Grayscale: #909090. Windows color (decimal): -3899299 or 6127812. OLE color: 6127812.

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

Color convert

RGB 196 128 93 -
CMYK 0 0.35 0.53 0.23
HSL 20.39º 0.47% 0.57% -
HSV(B) 20.39º 0.53% 0.77% -
XYZ 32.46 27.96 14.04 -
YUV 144.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 196 128 93 0 0.35 0.53 0.23 20.39 0.47 0.57
Hex C4 80 5D 0 23 35 17 14 2F 39
Octal 304 200 135 0 43 65 27 24 57 71
Binary 11000100 10000000 1011101 0 100011 110101 10111 10100 101111 111001

Color Harmonies of #C4805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4805D

Black with #C4805D

Text Example


Text Example

White with #C4805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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