#C3B069

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

Shades of Laser #C3B069

Tints of Laser #C3B069

Color information

#C3B069 (or 0xC3B069) is unknown color: approx Laser. HEX triplet: C3, B0 and 69. RGB value is (195,176,105). Sum of RGB (Red+Green+Blue) = 195+176+105=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B069 is #3C4F96. Grayscale: #ADADAD. Windows color (decimal): -3952535 or 6926531. OLE color: 6926531.

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

Color convert

RGB195176105-
CMYK00.100.460.24
HSL47.33º42.86%58.82%-
HSV(B)47.33º46.15%76.47%-
XYZ40.5843.6719.66-
YUV173.5989.29143.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=40.97%
G=36.97%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517610500.100.460.2447.3342.8658.82
HexC3B0690A2E182f2b3b
Octal3032601510125630575373
Binary110000111011000011010010101010111011000101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B069; }

 p { color: rgb(195,176,105); }

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

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

 a { background-color: rgb(195,176,105); }

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

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

 span { border-color: rgb(195,176,105); }

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