Html Css Color HEX #C58069 Burning Sand

📋 copy color: '#C58069'

red 197 ◦ green 128 ◦ blue 105

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

Shades of Burning Sand #C58069

Tints of Burning Sand #C58069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.42%

R = 45.81%
G = 29.77%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C58069 (or 0xC58069) is known color: Burning Sand. HEX triplet: C5, 80 and 69. RGB value is (197,128,105). Sum of RGB (Red+Green+Blue) = 197+128+105=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C58069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58069 is #3A7F96. Grayscale: #929292. Windows color (decimal): -3833751 or 6914245. OLE color: 6914245.

HSL color Cylindrical-coordinate representation of color #C58069: hue angle of 15º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C58069 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 128 105 -
CMYK 0 0.35 0.47 0.23
HSL 15º 0.44% 0.59% -
HSV(B) 15º 0.47% 0.77% -
XYZ 33.29 28.33 17.08 -
YUV 146.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 197 128 105 0 0.35 0.47 0.23 15 0.44 0.59
Hex C5 80 69 0 23 2F 17 F 2C 3B
Octal 305 200 151 0 43 57 27 17 54 73
Binary 11000101 10000000 1101001 0 100011 101111 10111 1111 101100 111011

Color Harmonies of #C58069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58069

Black with #C58069

Text Example


Text Example

White with #C58069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58069; }

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

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

background-color css

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

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

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

border-color css

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

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

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