Html Css Color HEX #C58269 Burning Sand

📋 copy color: '#C58269'

red 197 ◦ green 130 ◦ blue 105

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

Shades of Burning Sand #C58269

Tints of Burning Sand #C58269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 45.6%
G = 30.09%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C58269 (or 0xC58269) is known color: Burning Sand. HEX triplet: C5, 82 and 69. RGB value is (197,130,105). Sum of RGB (Red+Green+Blue) = 197+130+105=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C58269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58269 is #3A7D96. Grayscale: #939393. Windows color (decimal): -3833239 or 6914757. OLE color: 6914757.

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

Color convert

RGB 197 130 105 -
CMYK 0 0.34 0.47 0.23
HSL 16.3º 0.44% 0.59% -
HSV(B) 16.3º 0.47% 0.77% -
XYZ 33.56 28.86 17.17 -
YUV 147.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 197 130 105 0 0.34 0.47 0.23 16.3 0.44 0.59
Hex C5 82 69 0 22 2F 17 10 2C 3B
Octal 305 202 151 0 42 57 27 20 54 73
Binary 11000101 10000010 1101001 0 100010 101111 10111 10000 101100 111011

Color Harmonies of #C58269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58269

Black with #C58269

Text Example


Text Example

White with #C58269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58269; }

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

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

background-color css

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

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

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

border-color css

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

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

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