#C7AB67

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

Shades of Laser #C7AB67

Tints of Laser #C7AB67

Color information

#C7AB67 (or 0xC7AB67) is unknown color: approx Laser. HEX triplet: C7, AB and 67. RGB value is (199,171,103). Sum of RGB (Red+Green+Blue) = 199+171+103=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB67 is #385498. Grayscale: #ABABAB. Windows color (decimal): -3691673 or 6794183. OLE color: 6794183.

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

Color convert

RGB199171103-
CMYK00.140.480.22
HSL42.5º46.15%59.22%-
HSV(B)42.5º48.24%78.04%-
XYZ40.5642.2518.85-
YUV171.6289.28147.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=42.07%
G=36.15%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917110300.140.480.2242.546.1559.22
HexC7AB670E30162a2e3b
Octal3072531470166026525673
Binary110001111010101111001110111011000010110101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB67; }

 p { color: rgb(199,171,103); }

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

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

 a { background-color: rgb(199,171,103); }

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

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

 span { border-color: rgb(199,171,103); }

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