#C1826C

Color #C1826C Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C1826C

Tints of Burning Sand #C1826C

Color information

#C1826C (or 0xC1826C) is unknown color: approx Burning Sand. HEX triplet: C1, 82 and 6C. RGB value is (193,130,108). Sum of RGB (Red+Green+Blue) = 193+130+108=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1826C is #3E7D93. Grayscale: #929292. Windows color (decimal): -4095380 or 7111361. OLE color: 7111361.

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

Color convert

RGB193130108-
CMYK00.330.440.24
HSL15.53º40.67%59.02%-
HSV(B)15.53º44.04%75.69%-
XYZ32.6828.3917.94-
YUV146.33106.37161.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=44.78%
G=30.16%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313010800.330.440.2415.5340.6759.02
HexC1826C0212C1810293b
Octal3012021540415430205173
Binary1100000110000010110110001000011011001100010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1826C; }

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

 H1.HeaderClassName
 {
   color: #C1826C;
 }
 .AnyTagClassName
 {
   color: #C1826C;
 }
</style>
background-color css

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

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

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

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

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

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