#C28069

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

Shades of Burning Sand #C28069

Tints of Burning Sand #C28069

Color information

#C28069 (or 0xC28069) is unknown color: approx Burning Sand. HEX triplet: C2, 80 and 69. RGB value is (194,128,105). Sum of RGB (Red+Green+Blue) = 194+128+105=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28069 is #3D7F96. Grayscale: #919191. Windows color (decimal): -4030359 or 6914242. OLE color: 6914242.

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

Color convert

RGB194128105-
CMYK00.340.460.24
HSL15.51º42.18%58.63%-
HSV(B)15.51º45.88%76.08%-
XYZ32.5227.9317.04-
YUV145.11105.37162.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=45.43%
G=29.98%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412810500.340.460.2415.5142.1858.63
HexC280690222E18102a3b
Octal3022001510425630205273
Binary1100001010000000110100101000101011101100010000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28069; }

 p { color: rgb(194,128,105); }

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

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

 a { background-color: rgb(194,128,105); }

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

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

 span { border-color: rgb(194,128,105); }

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