Html Css Color HEX #C58666 Burning Sand

📋 copy color: '#C58666'

red 197 ◦ green 134 ◦ blue 102

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

Shades of Burning Sand #C58666

Tints of Burning Sand #C58666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 45.5%
G = 30.95%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C58666 (or 0xC58666) is known color: Burning Sand. HEX triplet: C5, 86 and 66. RGB value is (197,134,102). Sum of RGB (Red+Green+Blue) = 197+134+102=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58666 is #3A7999. Grayscale: #959595. Windows color (decimal): -3832218 or 6719173. OLE color: 6719173.

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

Color convert

RGB 197 134 102 -
CMYK 0 0.32 0.48 0.23
HSL 20.21º 0.45% 0.59% -
HSV(B) 20.21º 0.48% 0.77% -
XYZ 33.95 29.88 16.55 -
YUV 149.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 197 134 102 0 0.32 0.48 0.23 20.21 0.45 0.59
Hex C5 86 66 0 20 30 17 14 2D 3B
Octal 305 206 146 0 40 60 27 24 55 73
Binary 11000101 10000110 1100110 0 100000 110000 10111 10100 101101 111011

Color Harmonies of #C58666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58666

Black with #C58666

Text Example


Text Example

White with #C58666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58666; }

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

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

background-color css

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

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

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

border-color css

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

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

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