Html Css Color HEX #C58565 Burning Sand

📋 copy color: '#C58565'

red 197 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #C58565

Tints of Burning Sand #C58565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 45.71%
G = 30.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C58565 (or 0xC58565) is known color: Burning Sand. HEX triplet: C5, 85 and 65. RGB value is (197,133,101). Sum of RGB (Red+Green+Blue) = 197+133+101=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C58565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58565 is #3A7A9A. Grayscale: #949494. Windows color (decimal): -3832475 or 6653381. OLE color: 6653381.

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

Color convert

RGB 197 133 101 -
CMYK 0 0.32 0.49 0.23
HSL 20º 0.45% 0.58% -
HSV(B) 20º 0.49% 0.77% -
XYZ 33.76 29.58 16.24 -
YUV 148.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 197 133 101 0 0.32 0.49 0.23 20 0.45 0.58
Hex C5 85 65 0 20 31 17 14 2D 3A
Octal 305 205 145 0 40 61 27 24 55 72
Binary 11000101 10000101 1100101 0 100000 110001 10111 10100 101101 111010

Color Harmonies of #C58565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58565

Black with #C58565

Text Example


Text Example

White with #C58565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58565; }

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

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

background-color css

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

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

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

border-color css

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

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

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