Html Css Color HEX #C5805A Burning Sand

📋 copy color: '#C5805A'

red 197 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #C5805A

Tints of Burning Sand #C5805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 47.47%
G = 30.84%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5805A (or 0xC5805A) is known color: Burning Sand. HEX triplet: C5, 80 and 5A. RGB value is (197,128,90). Sum of RGB (Red+Green+Blue) = 197+128+90=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5805A is #3A7FA5. Grayscale: #909090. Windows color (decimal): -3833766 or 5931205. OLE color: 5931205.

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

Color convert

RGB 197 128 90 -
CMYK 0 0.35 0.54 0.23
HSL 21.31º 0.48% 0.56% -
HSV(B) 21.31º 0.54% 0.77% -
XYZ 32.59 28.05 13.37 -
YUV 144.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 197 128 90 0 0.35 0.54 0.23 21.31 0.48 0.56
Hex C5 80 5A 0 23 36 17 15 30 38
Octal 305 200 132 0 43 66 27 25 60 70
Binary 11000101 10000000 1011010 0 100011 110110 10111 10101 110000 111000

Color Harmonies of #C5805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5805A

Black with #C5805A

Text Example


Text Example

White with #C5805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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