Html Css Color HEX #C18268 Burning Sand

📋 copy color: '#C18268'

red 193 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #C18268

Tints of Burning Sand #C18268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 45.2%
G = 30.44%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C18268 (or 0xC18268) is known color: Burning Sand. HEX triplet: C1, 82 and 68. RGB value is (193,130,104). Sum of RGB (Red+Green+Blue) = 193+130+104=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C18268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18268 is #3E7D97. Grayscale: #929292. Windows color (decimal): -4095384 or 6849217. OLE color: 6849217.

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

Color convert

RGB 193 130 104 -
CMYK 0 0.33 0.46 0.24
HSL 17.53º 0.42% 0.58% -
HSV(B) 17.53º 0.46% 0.76% -
XYZ 32.47 28.3 16.85 -
YUV 145.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 193 130 104 0 0.33 0.46 0.24 17.53 0.42 0.58
Hex C1 82 68 0 21 2E 18 12 2A 3A
Octal 301 202 150 0 41 56 30 22 52 72
Binary 11000001 10000010 1101000 0 100001 101110 11000 10010 101010 111010

Color Harmonies of #C18268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18268

Black with #C18268

Text Example


Text Example

White with #C18268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18268; }

 p { color: rgb(193,130,104); }

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

background-color css

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

 a { background-color: rgb(193,130,104); }

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

border-color css

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

 span { border-color: rgb(193,130,104); }

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