Html Css Color HEX #C08065 Burning Sand

📋 copy color: '#C08065'

red 192 ◦ green 128 ◦ blue 101

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

Shades of Burning Sand #C08065

Tints of Burning Sand #C08065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

 BLUE value IS 101 (39.84% from 255) = 23.99%

R = 45.61%
G = 30.4%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08065 (or 0xC08065) is known color: Burning Sand. HEX triplet: C0, 80 and 65. RGB value is (192,128,101). Sum of RGB (Red+Green+Blue) = 192+128+101=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08065 is #3F7F9A. Grayscale: #909090. Windows color (decimal): -4161435 or 6652096. OLE color: 6652096.

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

Color convert

RGB 192 128 101 -
CMYK 0 0.33 0.47 0.25
HSL 17.8º 0.42% 0.57% -
HSV(B) 17.8º 0.47% 0.75% -
XYZ 31.81 27.58 15.96 -
YUV 144.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 192 128 101 0 0.33 0.47 0.25 17.8 0.42 0.57
Hex C0 80 65 0 21 2F 19 12 2A 39
Octal 300 200 145 0 41 57 31 22 52 71
Binary 11000000 10000000 1100101 0 100001 101111 11001 10010 101010 111001

Color Harmonies of #C08065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08065

Black with #C08065

Text Example


Text Example

White with #C08065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08065; }

 p { color: rgb(192,128,101); }

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

background-color css

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

 a { background-color: rgb(192,128,101); }

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

border-color css

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

 span { border-color: rgb(192,128,101); }

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