Html Css Color HEX #C1866C Burning Sand

📋 copy color: '#C1866C'

red 193 ◦ green 134 ◦ blue 108

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

Shades of Burning Sand #C1866C

Tints of Burning Sand #C1866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

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

R = 44.37%
G = 30.8%
B = 24.83%

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

#C1866C (or 0xC1866C) is known color: Burning Sand. HEX triplet: C1, 86 and 6C. RGB value is (193,134,108). Sum of RGB (Red+Green+Blue) = 193+134+108=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1866C is #3E7993. Grayscale: #949494. Windows color (decimal): -4094356 or 7112385. OLE color: 7112385.

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

Color convert

RGB 193 134 108 -
CMYK 0 0.31 0.44 0.24
HSL 18.35º 0.41% 0.59% -
HSV(B) 18.35º 0.44% 0.76% -
XYZ 33.22 29.47 18.12 -
YUV 148.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 193 134 108 0 0.31 0.44 0.24 18.35 0.41 0.59
Hex C1 86 6C 0 1F 2C 18 12 29 3B
Octal 301 206 154 0 37 54 30 22 51 73
Binary 11000001 10000110 1101100 0 11111 101100 11000 10010 101001 111011

Color Harmonies of #C1866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1866C

Black with #C1866C

Text Example


Text Example

White with #C1866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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