#C4AE67

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

Shades of Laser #C4AE67

Tints of Laser #C4AE67

Color information

#C4AE67 (or 0xC4AE67) is unknown color: approx Laser. HEX triplet: C4, AE and 67. RGB value is (196,174,103). Sum of RGB (Red+Green+Blue) = 196+174+103=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE67 is #3B5198. Grayscale: #ACACAC. Windows color (decimal): -3887513 or 6794948. OLE color: 6794948.

HSL color Cylindrical-coordinate representation of color #C4AE67: hue angle of 45.81º 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 #C4AE67 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196174103-
CMYK00.110.470.23
HSL45.81º44.08%58.63%-
HSV(B)45.81º47.45%76.86%-
XYZ40.3542.9919-
YUV172.4888.79144.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=41.44%
G=36.79%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617410300.110.470.2345.8144.0858.63
HexC4AE670B2F172e2c3b
Octal3042561470135727565473
Binary110001001010111011001110101110111110111101110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE67; }

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

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

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

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

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

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

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

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