#C69D5C

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

Shades of Laser #C69D5C

Tints of Laser #C69D5C

Color information

#C69D5C (or 0xC69D5C) is unknown color: approx Laser. HEX triplet: C6, 9D and 5C. RGB value is (198,157,92). Sum of RGB (Red+Green+Blue) = 198+157+92=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D5C is #3962A3. Grayscale: #A2A2A2. Windows color (decimal): -3760804 or 6069702. OLE color: 6069702.

HSL color Cylindrical-coordinate representation of color #C69D5C: hue angle of 36.79º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C69D5C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19815792-
CMYK00.210.540.22
HSL36.79º48.18%56.86%-
HSV(B)36.79º53.54%77.65%-
XYZ37.2836.8915.28-
YUV161.8588.58153.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=44.30%
G=35.12%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981579200.210.540.2236.7948.1856.86
HexC69D5C0153616253039
Octal3062351340256626456071
Binary1100011010011101101110001010111011010110100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D5C; }

 p { color: rgb(198,157,92); }

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

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

 a { background-color: rgb(198,157,92); }

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

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

 span { border-color: rgb(198,157,92); }

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