Html Css Color HEX #C58765 Burning Sand

📋 copy color: '#C58765'

red 197 ◦ green 135 ◦ blue 101

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

Shades of Burning Sand #C58765

Tints of Burning Sand #C58765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.18%

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

R = 45.5%
G = 31.18%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C58765 (or 0xC58765) is known color: Burning Sand. HEX triplet: C5, 87 and 65. RGB value is (197,135,101). Sum of RGB (Red+Green+Blue) = 197+135+101=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58765 is #3A789A. Grayscale: #959595. Windows color (decimal): -3831963 or 6653893. OLE color: 6653893.

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

Color convert

RGB 197 135 101 -
CMYK 0 0.31 0.49 0.23
HSL 21.25º 0.45% 0.58% -
HSV(B) 21.25º 0.49% 0.77% -
XYZ 34.04 30.14 16.34 -
YUV 149.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 197 135 101 0 0.31 0.49 0.23 21.25 0.45 0.58
Hex C5 87 65 0 1F 31 17 15 2D 3A
Octal 305 207 145 0 37 61 27 25 55 72
Binary 11000101 10000111 1100101 0 11111 110001 10111 10101 101101 111010

Color Harmonies of #C58765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58765

Black with #C58765

Text Example


Text Example

White with #C58765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58765; }

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

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

background-color css

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

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

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

border-color css

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

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

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