Html Css Color HEX #C18266 Burning Sand

📋 copy color: '#C18266'

red 193 ◦ green 130 ◦ blue 102

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

Shades of Burning Sand #C18266

Tints of Burning Sand #C18266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24%

R = 45.41%
G = 30.59%
B = 24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C18266 (or 0xC18266) is known color: Burning Sand. HEX triplet: C1, 82 and 66. RGB value is (193,130,102). Sum of RGB (Red+Green+Blue) = 193+130+102=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C18266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18266 is #3E7D99. Grayscale: #919191. Windows color (decimal): -4095386 or 6718145. OLE color: 6718145.

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

Color convert

RGB 193 130 102 -
CMYK 0 0.33 0.47 0.24
HSL 18.46º 0.42% 0.58% -
HSV(B) 18.46º 0.47% 0.76% -
XYZ 32.37 28.26 16.32 -
YUV 145.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 193 130 102 0 0.33 0.47 0.24 18.46 0.42 0.58
Hex C1 82 66 0 21 2F 18 12 2A 3A
Octal 301 202 146 0 41 57 30 22 52 72
Binary 11000001 10000010 1100110 0 100001 101111 11000 10010 101010 111010

Color Harmonies of #C18266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18266

Black with #C18266

Text Example


Text Example

White with #C18266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18266; }

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

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

background-color css

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

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

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

border-color css

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

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

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