Html Css Color HEX #C08466 Burning Sand

📋 copy color: '#C08466'

red 192 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #C08466

Tints of Burning Sand #C08466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

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

R = 45.07%
G = 30.99%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08466 (or 0xC08466) is known color: Burning Sand. HEX triplet: C0, 84 and 66. RGB value is (192,132,102). Sum of RGB (Red+Green+Blue) = 192+132+102=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C08466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08466 is #3F7B99. Grayscale: #929292. Windows color (decimal): -4160410 or 6718656. OLE color: 6718656.

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

Color convert

RGB 192 132 102 -
CMYK 0 0.31 0.47 0.25
HSL 20º 0.42% 0.58% -
HSV(B) 20º 0.47% 0.75% -
XYZ 32.39 28.67 16.4 -
YUV 146.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 192 132 102 0 0.31 0.47 0.25 20 0.42 0.58
Hex C0 84 66 0 1F 2F 19 14 2A 3A
Octal 300 204 146 0 37 57 31 24 52 72
Binary 11000000 10000100 1100110 0 11111 101111 11001 10100 101010 111010

Color Harmonies of #C08466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08466

Black with #C08466

Text Example


Text Example

White with #C08466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08466; }

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

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

background-color css

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

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

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

border-color css

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

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

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