Html Css Color HEX #C18164 Burning Sand

📋 copy color: '#C18164'

red 193 ◦ green 129 ◦ blue 100

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

Shades of Burning Sand #C18164

Tints of Burning Sand #C18164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 45.73%
G = 30.57%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C18164 (or 0xC18164) is known color: Burning Sand. HEX triplet: C1, 81 and 64. RGB value is (193,129,100). Sum of RGB (Red+Green+Blue) = 193+129+100=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C18164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18164 is #3E7E9B. Grayscale: #919191. Windows color (decimal): -4095644 or 6586817. OLE color: 6586817.

HSL color Cylindrical-coordinate representation of color #C18164: hue angle of 18.71º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C18164 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 100 -
CMYK 0 0.33 0.48 0.24
HSL 18.71º 0.43% 0.57% -
HSV(B) 18.71º 0.48% 0.76% -
XYZ 32.14 27.96 15.76 -
YUV 144.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 193 129 100 0 0.33 0.48 0.24 18.71 0.43 0.57
Hex C1 81 64 0 21 30 18 13 2B 39
Octal 301 201 144 0 41 60 30 23 53 71
Binary 11000001 10000001 1100100 0 100001 110000 11000 10011 101011 111001

Color Harmonies of #C18164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18164

Black with #C18164

Text Example


Text Example

White with #C18164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18164; }

 p { color: rgb(193,129,100); }

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

background-color css

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

 a { background-color: rgb(193,129,100); }

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

border-color css

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

 span { border-color: rgb(193,129,100); }

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