#C38068

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

Shades of Burning Sand #C38068

Tints of Burning Sand #C38068

Color information

#C38068 (or 0xC38068) is unknown color: approx Burning Sand. HEX triplet: C3, 80 and 68. RGB value is (195,128,104). Sum of RGB (Red+Green+Blue) = 195+128+104=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38068 is #3C7F97. Grayscale: #919191. Windows color (decimal): -3964824 or 6848707. OLE color: 6848707.

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

Color convert

RGB195128104-
CMYK00.340.470.24
HSL15.82º43.13%58.63%-
HSV(B)15.82º46.67%76.47%-
XYZ32.7228.0416.78-
YUV145.3104.7163.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=45.67%
G=29.98%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512810400.340.470.2415.8243.1358.63
HexC380680222F18102b3b
Octal3032001500425730205373
Binary1100001110000000110100001000101011111100010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38068; }

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

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

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

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

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

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

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

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