Html Css Color HEX #C08663 Burning Sand

📋 copy color: '#C08663'

red 192 ◦ green 134 ◦ blue 99

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

Shades of Burning Sand #C08663

Tints of Burning Sand #C08663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 45.18%
G = 31.53%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08663 (or 0xC08663) is known color: Burning Sand. HEX triplet: C0, 86 and 63. RGB value is (192,134,99). Sum of RGB (Red+Green+Blue) = 192+134+99=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08663 is #3F799C. Grayscale: #939393. Windows color (decimal): -4159901 or 6522560. OLE color: 6522560.

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

Color convert

RGB 192 134 99 -
CMYK 0 0.30 0.48 0.25
HSL 22.58º 0.42% 0.57% -
HSV(B) 22.58º 0.48% 0.75% -
XYZ 32.52 29.16 15.72 -
YUV 147.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 192 134 99 0 0.30 0.48 0.25 22.58 0.42 0.57
Hex C0 86 63 0 1E 30 19 17 2A 39
Octal 300 206 143 0 36 60 31 27 52 71
Binary 11000000 10000110 1100011 0 11110 110000 11001 10111 101010 111001

Color Harmonies of #C08663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08663

Black with #C08663

Text Example


Text Example

White with #C08663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08663; }

 p { color: rgb(192,134,99); }

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

background-color css

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

 a { background-color: rgb(192,134,99); }

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

border-color css

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

 span { border-color: rgb(192,134,99); }

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