#C38A6C

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

Shades of Burning Sand #C38A6C

Tints of Burning Sand #C38A6C

Color information

#C38A6C (or 0xC38A6C) is unknown color: approx Burning Sand. HEX triplet: C3, 8A and 6C. RGB value is (195,138,108). Sum of RGB (Red+Green+Blue) = 195+138+108=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A6C is #3C7593. Grayscale: #979797. Windows color (decimal): -3962260 or 7113411. OLE color: 7113411.

HSL color Cylindrical-coordinate representation of color #C38A6C: hue angle of 20.69º degrees, saturation: 0.42, 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 #C38A6C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB195138108-
CMYK00.290.450.24
HSL20.69º42.03%59.41%-
HSV(B)20.69º44.62%76.47%-
XYZ34.330.8618.34-
YUV151.62103.38158.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=44.22%
G=31.29%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513810800.290.450.2420.6942.0359.41
HexC38A6C01D2D18152a3b
Octal3032121540355530255273
Binary110000111000101011011000111011011011100010101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A6C; }

 p { color: rgb(195,138,108); }

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

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

 a { background-color: rgb(195,138,108); }

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

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

 span { border-color: rgb(195,138,108); }

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