Html Css Color HEX #C08064 Burning Sand

📋 copy color: '#C08064'

red 192 ◦ green 128 ◦ blue 100

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

Shades of Burning Sand #C08064

Tints of Burning Sand #C08064

RGB

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

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

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

R = 45.71%
G = 30.48%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08064 (or 0xC08064) is known color: Burning Sand. HEX triplet: C0, 80 and 64. RGB value is (192,128,100). Sum of RGB (Red+Green+Blue) = 192+128+100=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C08064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08064 is #3F7F9B. Grayscale: #909090. Windows color (decimal): -4161436 or 6586560. OLE color: 6586560.

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

Color convert

RGB 192 128 100 -
CMYK 0 0.33 0.48 0.25
HSL 18.26º 0.42% 0.57% -
HSV(B) 18.26º 0.48% 0.75% -
XYZ 31.76 27.56 15.7 -
YUV 143.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 192 128 100 0 0.33 0.48 0.25 18.26 0.42 0.57
Hex C0 80 64 0 21 30 19 12 2A 39
Octal 300 200 144 0 41 60 31 22 52 71
Binary 11000000 10000000 1100100 0 100001 110000 11001 10010 101010 111001

Color Harmonies of #C08064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08064

Black with #C08064

Text Example


Text Example

White with #C08064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08064; }

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

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

background-color css

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

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

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

border-color css

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

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

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