Html Css Color HEX #C0866D Burning Sand

📋 copy color: '#C0866D'

red 192 ◦ green 134 ◦ blue 109

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

Shades of Burning Sand #C0866D

Tints of Burning Sand #C0866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 44.14%
G = 30.8%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0866D (or 0xC0866D) is known color: Burning Sand. HEX triplet: C0, 86 and 6D. RGB value is (192,134,109). Sum of RGB (Red+Green+Blue) = 192+134+109=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0866D is #3F7992. Grayscale: #949494. Windows color (decimal): -4159891 or 7177920. OLE color: 7177920.

HSL color Cylindrical-coordinate representation of color #C0866D: hue angle of 18.07º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0866D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 109 -
CMYK 0 0.30 0.43 0.25
HSL 18.07º 0.4% 0.59% -
HSV(B) 18.07º 0.43% 0.75% -
XYZ 33.02 29.36 18.39 -
YUV 148.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 192 134 109 0 0.30 0.43 0.25 18.07 0.4 0.59
Hex C0 86 6D 0 1E 2B 19 12 28 3B
Octal 300 206 155 0 36 53 31 22 50 73
Binary 11000000 10000110 1101101 0 11110 101011 11001 10010 101000 111011

Color Harmonies of #C0866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0866D

Black with #C0866D

Text Example


Text Example

White with #C0866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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