Html Css Color HEX #C0855F Burning Sand

📋 copy color: '#C0855F'

red 192 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #C0855F

Tints of Burning Sand #C0855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 45.71%
G = 31.67%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0855F (or 0xC0855F) is known color: Burning Sand. HEX triplet: C0, 85 and 5F. RGB value is (192,133,95). Sum of RGB (Red+Green+Blue) = 192+133+95=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0855F is #3F7AA0. Grayscale: #929292. Windows color (decimal): -4160161 or 6260160. OLE color: 6260160.

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

Color convert

RGB 192 133 95 -
CMYK 0 0.31 0.51 0.25
HSL 23.51º 0.43% 0.56% -
HSV(B) 23.51º 0.51% 0.75% -
XYZ 32.19 28.81 14.69 -
YUV 146.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 192 133 95 0 0.31 0.51 0.25 23.51 0.43 0.56
Hex C0 85 5F 0 1F 33 19 18 2B 38
Octal 300 205 137 0 37 63 31 30 53 70
Binary 11000000 10000101 1011111 0 11111 110011 11001 11000 101011 111000

Color Harmonies of #C0855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0855F

Black with #C0855F

Text Example


Text Example

White with #C0855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0855F; }

 p { color: rgb(192,133,95); }

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

background-color css

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

 a { background-color: rgb(192,133,95); }

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

border-color css

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

 span { border-color: rgb(192,133,95); }

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