#C1826B

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

Shades of Burning Sand #C1826B

Tints of Burning Sand #C1826B

Color information

#C1826B (or 0xC1826B) is unknown color: approx Burning Sand. HEX triplet: C1, 82 and 6B. RGB value is (193,130,107). Sum of RGB (Red+Green+Blue) = 193+130+107=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1826B is #3E7D94. Grayscale: #929292. Windows color (decimal): -4095381 or 7045825. OLE color: 7045825.

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

Color convert

RGB193130107-
CMYK00.330.450.24
HSL16.05º40.95%58.82%-
HSV(B)16.05º44.56%75.69%-
XYZ32.6328.3617.67-
YUV146.22105.87161.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=44.88%
G=30.23%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313010700.330.450.2416.0540.9558.82
HexC1826B0212D1810293b
Octal3012021530415530205173
Binary1100000110000010110101101000011011011100010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1826B; }

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

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

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

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

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

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

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

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