Html Css Color HEX #C1896D Burning Sand

📋 copy color: '#C1896D'

red 193 ◦ green 137 ◦ blue 109

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

Shades of Burning Sand #C1896D

Tints of Burning Sand #C1896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

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

R = 43.96%
G = 31.21%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1896D (or 0xC1896D) is known color: Burning Sand. HEX triplet: C1, 89 and 6D. RGB value is (193,137,109). Sum of RGB (Red+Green+Blue) = 193+137+109=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1896D is #3E7692. Grayscale: #969696. Windows color (decimal): -4093587 or 7178689. OLE color: 7178689.

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

Color convert

RGB 193 137 109 -
CMYK 0 0.29 0.44 0.24
HSL 20º 0.4% 0.59% -
HSV(B) 20º 0.44% 0.76% -
XYZ 33.7 30.33 18.55 -
YUV 150.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 193 137 109 0 0.29 0.44 0.24 20 0.4 0.59
Hex C1 89 6D 0 1D 2C 18 14 28 3B
Octal 301 211 155 0 35 54 30 24 50 73
Binary 11000001 10001001 1101101 0 11101 101100 11000 10100 101000 111011

Color Harmonies of #C1896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1896D

Black with #C1896D

Text Example


Text Example

White with #C1896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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