Html Css Color HEX #C5805F Burning Sand

📋 copy color: '#C5805F'

red 197 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #C5805F

Tints of Burning Sand #C5805F

RGB

 RED value IS 197 (77.34% from 255) = 46.9%

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

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 46.9%
G = 30.48%
B = 22.62%

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

#C5805F (or 0xC5805F) is known color: Burning Sand. HEX triplet: C5, 80 and 5F. RGB value is (197,128,95). Sum of RGB (Red+Green+Blue) = 197+128+95=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5805F is #3A7FA0. Grayscale: #919191. Windows color (decimal): -3833761 or 6258885. OLE color: 6258885.

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

Color convert

RGB 197 128 95 -
CMYK 0 0.35 0.52 0.23
HSL 19.41º 0.47% 0.57% -
HSV(B) 19.41º 0.52% 0.77% -
XYZ 32.81 28.13 14.53 -
YUV 144.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 197 128 95 0 0.35 0.52 0.23 19.41 0.47 0.57
Hex C5 80 5F 0 23 34 17 13 2F 39
Octal 305 200 137 0 43 64 27 23 57 71
Binary 11000101 10000000 1011111 0 100011 110100 10111 10011 101111 111001

Color Harmonies of #C5805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5805F

Black with #C5805F

Text Example


Text Example

White with #C5805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5805F; }

 p { color: rgb(197,128,95); }

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

background-color css

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

 a { background-color: rgb(197,128,95); }

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

border-color css

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

 span { border-color: rgb(197,128,95); }

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