#C69F58

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

Shades of Laser #C69F58

Tints of Laser #C69F58

Color information

#C69F58 (or 0xC69F58) is unknown color: approx Laser. HEX triplet: C6, 9F and 58. RGB value is (198,159,88). Sum of RGB (Red+Green+Blue) = 198+159+88=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F58 is #3960A7. Grayscale: #A2A2A2. Windows color (decimal): -3760296 or 5808070. OLE color: 5808070.

HSL color Cylindrical-coordinate representation of color #C69F58: hue angle of 38.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C69F58 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19815988-
CMYK00.200.560.22
HSL38.73º49.11%56.08%-
HSV(B)38.73º55.56%77.65%-
XYZ37.4537.5114.5-
YUV162.5785.92153.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=44.49%
G=35.73%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981598800.200.560.2238.7349.1156.08
HexC69F580143816273138
Octal3062371300247026476170
Binary1100011010011111101100001010011100010110100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F58; }

 p { color: rgb(198,159,88); }

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

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

 a { background-color: rgb(198,159,88); }

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

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

 span { border-color: rgb(198,159,88); }

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