Html Css Color HEX #C08564 Burning Sand

📋 copy color: '#C08564'

red 192 ◦ green 133 ◦ blue 100

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

Shades of Burning Sand #C08564

Tints of Burning Sand #C08564

RGB

 RED value IS 192 (75.39% from 255) = 45.18%

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

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 45.18%
G = 31.29%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08564 (or 0xC08564) is known color: Burning Sand. HEX triplet: C0, 85 and 64. RGB value is (192,133,100). Sum of RGB (Red+Green+Blue) = 192+133+100=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08564 is #3F7A9B. Grayscale: #939393. Windows color (decimal): -4160156 or 6587840. OLE color: 6587840.

HSL color Cylindrical-coordinate representation of color #C08564: hue angle of 21.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C08564 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 100 -
CMYK 0 0.31 0.48 0.25
HSL 21.52º 0.42% 0.57% -
HSV(B) 21.52º 0.48% 0.75% -
XYZ 32.43 28.9 15.93 -
YUV 146.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 192 133 100 0 0.31 0.48 0.25 21.52 0.42 0.57
Hex C0 85 64 0 1F 30 19 16 2A 39
Octal 300 205 144 0 37 60 31 26 52 71
Binary 11000000 10000101 1100100 0 11111 110000 11001 10110 101010 111001

Color Harmonies of #C08564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08564

Black with #C08564

Text Example


Text Example

White with #C08564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08564; }

 p { color: rgb(192,133,100); }

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

background-color css

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

 a { background-color: rgb(192,133,100); }

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

border-color css

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

 span { border-color: rgb(192,133,100); }

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