Html Css Color HEX #C58466 Burning Sand

📋 copy color: '#C58466'

red 197 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #C58466

Tints of Burning Sand #C58466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 45.71%
G = 30.63%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C58466 (or 0xC58466) is known color: Burning Sand. HEX triplet: C5, 84 and 66. RGB value is (197,132,102). Sum of RGB (Red+Green+Blue) = 197+132+102=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C58466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58466 is #3A7B99. Grayscale: #949494. Windows color (decimal): -3832730 or 6718661. OLE color: 6718661.

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

Color convert

RGB 197 132 102 -
CMYK 0 0.33 0.48 0.23
HSL 18.95º 0.45% 0.59% -
HSV(B) 18.95º 0.48% 0.77% -
XYZ 33.68 29.33 16.46 -
YUV 148.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 197 132 102 0 0.33 0.48 0.23 18.95 0.45 0.59
Hex C5 84 66 0 21 30 17 13 2D 3B
Octal 305 204 146 0 41 60 27 23 55 73
Binary 11000101 10000100 1100110 0 100001 110000 10111 10011 101101 111011

Color Harmonies of #C58466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58466

Black with #C58466

Text Example


Text Example

White with #C58466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58466; }

 p { color: rgb(197,132,102); }

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

background-color css

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

 a { background-color: rgb(197,132,102); }

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

border-color css

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

 span { border-color: rgb(197,132,102); }

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