Html Css Color HEX #C1856D Burning Sand

📋 copy color: '#C1856D'

red 193 ◦ green 133 ◦ blue 109

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

Shades of Burning Sand #C1856D

Tints of Burning Sand #C1856D

RGB

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

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

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

R = 44.37%
G = 30.57%
B = 25.06%

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

#C1856D (or 0xC1856D) is known color: Burning Sand. HEX triplet: C1, 85 and 6D. RGB value is (193,133,109). Sum of RGB (Red+Green+Blue) = 193+133+109=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1856D is #3E7A92. Grayscale: #949494. Windows color (decimal): -4094611 or 7177665. OLE color: 7177665.

HSL color Cylindrical-coordinate representation of color #C1856D: hue angle of 17.14º degrees, saturation: 0.4, 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 #C1856D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 109 -
CMYK 0 0.31 0.44 0.24
HSL 17.14º 0.4% 0.59% -
HSV(B) 17.14º 0.44% 0.76% -
XYZ 33.14 29.22 18.36 -
YUV 148.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 193 133 109 0 0.31 0.44 0.24 17.14 0.4 0.59
Hex C1 85 6D 0 1F 2C 18 11 28 3B
Octal 301 205 155 0 37 54 30 21 50 73
Binary 11000001 10000101 1101101 0 11111 101100 11000 10001 101000 111011

Color Harmonies of #C1856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1856D

Black with #C1856D

Text Example


Text Example

White with #C1856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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