Html Css Color HEX #C58066 Burning Sand

📋 copy color: '#C58066'

red 197 ◦ green 128 ◦ blue 102

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

Shades of Burning Sand #C58066

Tints of Burning Sand #C58066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.98%

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

R = 46.14%
G = 29.98%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C58066 (or 0xC58066) is known color: Burning Sand. HEX triplet: C5, 80 and 66. RGB value is (197,128,102). Sum of RGB (Red+Green+Blue) = 197+128+102=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C58066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58066 is #3A7F99. Grayscale: #919191. Windows color (decimal): -3833754 or 6717637. OLE color: 6717637.

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

Color convert

RGB 197 128 102 -
CMYK 0 0.35 0.48 0.23
HSL 16.42º 0.45% 0.59% -
HSV(B) 16.42º 0.48% 0.77% -
XYZ 33.14 28.27 16.28 -
YUV 145.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 197 128 102 0 0.35 0.48 0.23 16.42 0.45 0.59
Hex C5 80 66 0 23 30 17 10 2D 3B
Octal 305 200 146 0 43 60 27 20 55 73
Binary 11000101 10000000 1100110 0 100011 110000 10111 10000 101101 111011

Color Harmonies of #C58066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58066

Black with #C58066

Text Example


Text Example

White with #C58066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58066; }

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

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

background-color css

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

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

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

border-color css

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

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

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