#C38069

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

Shades of Burning Sand #C38069

Tints of Burning Sand #C38069

Color information

#C38069 (or 0xC38069) is unknown color: approx Burning Sand. HEX triplet: C3, 80 and 69. RGB value is (195,128,105). Sum of RGB (Red+Green+Blue) = 195+128+105=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38069 is #3C7F96. Grayscale: #919191. Windows color (decimal): -3964823 or 6914243. OLE color: 6914243.

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

Color convert

RGB195128105-
CMYK00.340.460.24
HSL15.33º42.86%58.82%-
HSV(B)15.33º46.15%76.47%-
XYZ32.7728.0617.05-
YUV145.41105.2163.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=45.56%
G=29.91%
B=24.53%

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
Decimal19512810500.340.460.2415.3342.8658.82
HexC380690222E18f2b3b
Octal3032001510425630175373
Binary110000111000000011010010100010101110110001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38069; }

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

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

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

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

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

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

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

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