#C4AA67

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

Shades of Laser #C4AA67

Tints of Laser #C4AA67

Color information

#C4AA67 (or 0xC4AA67) is unknown color: approx Laser. HEX triplet: C4, AA and 67. RGB value is (196,170,103). Sum of RGB (Red+Green+Blue) = 196+170+103=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA67 is #3B5598. Grayscale: #AAAAAA. Windows color (decimal): -3888537 or 6793924. OLE color: 6793924.

HSL color Cylindrical-coordinate representation of color #C4AA67: hue angle of 43.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4AA67 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196170103-
CMYK00.130.470.23
HSL43.23º44.08%58.63%-
HSV(B)43.23º47.45%76.86%-
XYZ39.5941.4618.75-
YUV170.1490.11146.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=41.79%
G=36.25%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617010300.130.470.2343.2344.0858.63
HexC4AA670D2F172b2c3b
Octal3042521470155727535473
Binary110001001010101011001110110110111110111101011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA67; }

 p { color: rgb(196,170,103); }

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

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

 a { background-color: rgb(196,170,103); }

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

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

 span { border-color: rgb(196,170,103); }

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