Html Css Color HEX #C08364 Burning Sand

📋 copy color: '#C08364'

red 192 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #C08364

Tints of Burning Sand #C08364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

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

R = 45.39%
G = 30.97%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08364 (or 0xC08364) is known color: Burning Sand. HEX triplet: C0, 83 and 64. RGB value is (192,131,100). Sum of RGB (Red+Green+Blue) = 192+131+100=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08364 is #3F7C9B. Grayscale: #919191. Windows color (decimal): -4160668 or 6587328. OLE color: 6587328.

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

Color convert

RGB 192 131 100 -
CMYK 0 0.32 0.48 0.25
HSL 20.22º 0.42% 0.57% -
HSV(B) 20.22º 0.48% 0.75% -
XYZ 32.15 28.36 15.84 -
YUV 145.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 192 131 100 0 0.32 0.48 0.25 20.22 0.42 0.57
Hex C0 83 64 0 20 30 19 14 2A 39
Octal 300 203 144 0 40 60 31 24 52 71
Binary 11000000 10000011 1100100 0 100000 110000 11001 10100 101010 111001

Color Harmonies of #C08364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08364

Black with #C08364

Text Example


Text Example

White with #C08364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08364; }

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

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

background-color css

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

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

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

border-color css

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

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

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