#C29F5F

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

Shades of Laser #C29F5F

Tints of Laser #C29F5F

Color information

#C29F5F (or 0xC29F5F) is unknown color: approx Laser. HEX triplet: C2, 9F and 5F. RGB value is (194,159,95). Sum of RGB (Red+Green+Blue) = 194+159+95=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F5F is #3D60A0. Grayscale: #A2A2A2. Windows color (decimal): -4022433 or 6266818. OLE color: 6266818.

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

Color convert

RGB19415995-
CMYK00.180.510.24
HSL38.79º44.8%56.67%-
HSV(B)38.79º51.03%76.08%-
XYZ36.7137.0916.05-
YUV162.1790.1150.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=43.30%
G=35.49%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941599500.180.510.2438.7944.856.67
HexC29F5F0123318272d39
Octal3022371370226330475571
Binary1100001010011111101111101001011001111000100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29F5F; }

 p { color: rgb(194,159,95); }

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

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

 a { background-color: rgb(194,159,95); }

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

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

 span { border-color: rgb(194,159,95); }

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