Html Css Color HEX #C4805E Burning Sand

📋 copy color: '#C4805E'

red 196 ◦ green 128 ◦ blue 94

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

Shades of Burning Sand #C4805E

Tints of Burning Sand #C4805E

RGB

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

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

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

R = 46.89%
G = 30.62%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4805E (or 0xC4805E) is known color: Burning Sand. HEX triplet: C4, 80 and 5E. RGB value is (196,128,94). Sum of RGB (Red+Green+Blue) = 196+128+94=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4805E is #3B7FA1. Grayscale: #909090. Windows color (decimal): -3899298 or 6193348. OLE color: 6193348.

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

Color convert

RGB 196 128 94 -
CMYK 0 0.35 0.52 0.23
HSL 20º 0.46% 0.57% -
HSV(B) 20º 0.52% 0.77% -
XYZ 32.5 27.98 14.28 -
YUV 144.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 196 128 94 0 0.35 0.52 0.23 20 0.46 0.57
Hex C4 80 5E 0 23 34 17 14 2E 39
Octal 304 200 136 0 43 64 27 24 56 71
Binary 11000100 10000000 1011110 0 100011 110100 10111 10100 101110 111001

Color Harmonies of #C4805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4805E

Black with #C4805E

Text Example


Text Example

White with #C4805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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