Html Css Color HEX #C1856C Burning Sand

📋 copy color: '#C1856C'

red 193 ◦ green 133 ◦ blue 108

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

Shades of Burning Sand #C1856C

Tints of Burning Sand #C1856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.88%

R = 44.47%
G = 30.65%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1856C (or 0xC1856C) is known color: Burning Sand. HEX triplet: C1, 85 and 6C. RGB value is (193,133,108). Sum of RGB (Red+Green+Blue) = 193+133+108=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1856C is #3E7A93. Grayscale: #949494. Windows color (decimal): -4094612 or 7112129. OLE color: 7112129.

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

Color convert

RGB 193 133 108 -
CMYK 0 0.31 0.44 0.24
HSL 17.65º 0.41% 0.59% -
HSV(B) 17.65º 0.44% 0.76% -
XYZ 33.09 29.2 18.08 -
YUV 148.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 193 133 108 0 0.31 0.44 0.24 17.65 0.41 0.59
Hex C1 85 6C 0 1F 2C 18 12 29 3B
Octal 301 205 154 0 37 54 30 22 51 73
Binary 11000001 10000101 1101100 0 11111 101100 11000 10010 101001 111011

Color Harmonies of #C1856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1856C

Black with #C1856C

Text Example


Text Example

White with #C1856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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