Html Css Color HEX #C1855F Burning Sand

📋 copy color: '#C1855F'

red 193 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #C1855F

Tints of Burning Sand #C1855F

RGB

 RED value IS 193 (75.78% from 255) = 45.84%

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

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

R = 45.84%
G = 31.59%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1855F (or 0xC1855F) is known color: Burning Sand. HEX triplet: C1, 85 and 5F. RGB value is (193,133,95). Sum of RGB (Red+Green+Blue) = 193+133+95=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1855F is #3E7AA0. Grayscale: #929292. Windows color (decimal): -4094625 or 6260161. OLE color: 6260161.

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

Color convert

RGB 193 133 95 -
CMYK 0 0.31 0.51 0.24
HSL 23.27º 0.44% 0.56% -
HSV(B) 23.27º 0.51% 0.76% -
XYZ 32.45 28.94 14.7 -
YUV 146.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 193 133 95 0 0.31 0.51 0.24 23.27 0.44 0.56
Hex C1 85 5F 0 1F 33 18 17 2C 38
Octal 301 205 137 0 37 63 30 27 54 70
Binary 11000001 10000101 1011111 0 11111 110011 11000 10111 101100 111000

Color Harmonies of #C1855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1855F

Black with #C1855F

Text Example


Text Example

White with #C1855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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