Html Css Color HEX #C58566 Burning Sand

📋 copy color: '#C58566'

red 197 ◦ green 133 ◦ blue 102

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

Shades of Burning Sand #C58566

Tints of Burning Sand #C58566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 45.6%
G = 30.79%
B = 23.61%

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

#C58566 (or 0xC58566) is known color: Burning Sand. HEX triplet: C5, 85 and 66. RGB value is (197,133,102). Sum of RGB (Red+Green+Blue) = 197+133+102=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C58566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58566 is #3A7A99. Grayscale: #949494. Windows color (decimal): -3832474 or 6718917. OLE color: 6718917.

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

Color convert

RGB 197 133 102 -
CMYK 0 0.32 0.48 0.23
HSL 19.58º 0.45% 0.59% -
HSV(B) 19.58º 0.48% 0.77% -
XYZ 33.81 29.6 16.5 -
YUV 148.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 197 133 102 0 0.32 0.48 0.23 19.58 0.45 0.59
Hex C5 85 66 0 20 30 17 14 2D 3B
Octal 305 205 146 0 40 60 27 24 55 73
Binary 11000101 10000101 1100110 0 100000 110000 10111 10100 101101 111011

Color Harmonies of #C58566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58566

Black with #C58566

Text Example


Text Example

White with #C58566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58566; }

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

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

background-color css

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

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

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

border-color css

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

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

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