Html Css Color HEX #C1896B Burning Sand

📋 copy color: '#C1896B'

red 193 ◦ green 137 ◦ blue 107

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

Shades of Burning Sand #C1896B

Tints of Burning Sand #C1896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 44.16%
G = 31.35%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1896B (or 0xC1896B) is known color: Burning Sand. HEX triplet: C1, 89 and 6B. RGB value is (193,137,107). Sum of RGB (Red+Green+Blue) = 193+137+107=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1896B is #3E7694. Grayscale: #969696. Windows color (decimal): -4093589 or 7047617. OLE color: 7047617.

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

Color convert

RGB 193 137 107 -
CMYK 0 0.29 0.45 0.24
HSL 20.93º 0.41% 0.59% -
HSV(B) 20.93º 0.45% 0.76% -
XYZ 33.59 30.29 17.99 -
YUV 150.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 193 137 107 0 0.29 0.45 0.24 20.93 0.41 0.59
Hex C1 89 6B 0 1D 2D 18 15 29 3B
Octal 301 211 153 0 35 55 30 25 51 73
Binary 11000001 10001001 1101011 0 11101 101101 11000 10101 101001 111011

Color Harmonies of #C1896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1896B

Black with #C1896B

Text Example


Text Example

White with #C1896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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