Html Css Color HEX #C08366 Burning Sand

📋 copy color: '#C08366'

red 192 ◦ green 131 ◦ blue 102

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

Shades of Burning Sand #C08366

Tints of Burning Sand #C08366

RGB

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

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

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

R = 45.18%
G = 30.82%
B = 24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08366 (or 0xC08366) is known color: Burning Sand. HEX triplet: C0, 83 and 66. RGB value is (192,131,102). Sum of RGB (Red+Green+Blue) = 192+131+102=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08366 is #3F7C99. Grayscale: #929292. Windows color (decimal): -4160666 or 6718400. OLE color: 6718400.

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

Color convert

RGB 192 131 102 -
CMYK 0 0.32 0.47 0.25
HSL 19.33º 0.42% 0.58% -
HSV(B) 19.33º 0.47% 0.75% -
XYZ 32.25 28.4 16.35 -
YUV 145.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 192 131 102 0 0.32 0.47 0.25 19.33 0.42 0.58
Hex C0 83 66 0 20 2F 19 13 2A 3A
Octal 300 203 146 0 40 57 31 23 52 72
Binary 11000000 10000011 1100110 0 100000 101111 11001 10011 101010 111010

Color Harmonies of #C08366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08366

Black with #C08366

Text Example


Text Example

White with #C08366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08366; }

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

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

background-color css

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

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

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

border-color css

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

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

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