Html Css Color HEX #C18669 Burning Sand

📋 copy color: '#C18669'

red 193 ◦ green 134 ◦ blue 105

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

Shades of Burning Sand #C18669

Tints of Burning Sand #C18669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.31%

R = 44.68%
G = 31.02%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C18669 (or 0xC18669) is known color: Burning Sand. HEX triplet: C1, 86 and 69. RGB value is (193,134,105). Sum of RGB (Red+Green+Blue) = 193+134+105=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C18669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18669 is #3E7996. Grayscale: #949494. Windows color (decimal): -4094359 or 6915777. OLE color: 6915777.

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

Color convert

RGB 193 134 105 -
CMYK 0 0.31 0.46 0.24
HSL 19.77º 0.42% 0.58% -
HSV(B) 19.77º 0.46% 0.76% -
XYZ 33.07 29.41 17.3 -
YUV 148.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 193 134 105 0 0.31 0.46 0.24 19.77 0.42 0.58
Hex C1 86 69 0 1F 2E 18 14 2A 3A
Octal 301 206 151 0 37 56 30 24 52 72
Binary 11000001 10000110 1101001 0 11111 101110 11000 10100 101010 111010

Color Harmonies of #C18669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18669

Black with #C18669

Text Example


Text Example

White with #C18669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18669; }

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

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

background-color css

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

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

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

border-color css

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

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

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