Html Css Color HEX #C08864 Burning Sand

📋 copy color: '#C08864'

red 192 ◦ green 136 ◦ blue 100

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

Shades of Burning Sand #C08864

Tints of Burning Sand #C08864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.78%

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

R = 44.86%
G = 31.78%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08864 (or 0xC08864) is known color: Burning Sand. HEX triplet: C0, 88 and 64. RGB value is (192,136,100). Sum of RGB (Red+Green+Blue) = 192+136+100=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C08864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08864 is #3F779B. Grayscale: #949494. Windows color (decimal): -4159388 or 6588608. OLE color: 6588608.

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

Color convert

RGB 192 136 100 -
CMYK 0 0.29 0.48 0.25
HSL 23.48º 0.42% 0.57% -
HSV(B) 23.48º 0.48% 0.75% -
XYZ 32.84 29.73 16.07 -
YUV 148.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 192 136 100 0 0.29 0.48 0.25 23.48 0.42 0.57
Hex C0 88 64 0 1D 30 19 17 2A 39
Octal 300 210 144 0 35 60 31 27 52 71
Binary 11000000 10001000 1100100 0 11101 110000 11001 10111 101010 111001

Color Harmonies of #C08864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08864

Black with #C08864

Text Example


Text Example

White with #C08864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08864; }

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

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

background-color css

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

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

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

border-color css

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

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

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