Html Css Color HEX #C18165 Burning Sand

📋 copy color: '#C18165'

red 193 ◦ green 129 ◦ blue 101

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

Shades of Burning Sand #C18165

Tints of Burning Sand #C18165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 45.63%
G = 30.5%
B = 23.88%

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

#C18165 (or 0xC18165) is known color: Burning Sand. HEX triplet: C1, 81 and 65. RGB value is (193,129,101). Sum of RGB (Red+Green+Blue) = 193+129+101=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C18165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18165 is #3E7E9A. Grayscale: #919191. Windows color (decimal): -4095643 or 6652353. OLE color: 6652353.

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

Color convert

RGB 193 129 101 -
CMYK 0 0.33 0.48 0.24
HSL 18.26º 0.43% 0.58% -
HSV(B) 18.26º 0.48% 0.76% -
XYZ 32.19 27.98 16.02 -
YUV 144.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 193 129 101 0 0.33 0.48 0.24 18.26 0.43 0.58
Hex C1 81 65 0 21 30 18 12 2B 3A
Octal 301 201 145 0 41 60 30 22 53 72
Binary 11000001 10000001 1100101 0 100001 110000 11000 10010 101011 111010

Color Harmonies of #C18165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18165

Black with #C18165

Text Example


Text Example

White with #C18165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18165; }

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

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

background-color css

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

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

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

border-color css

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

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

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