#C9AF67

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

Shades of Laser #C9AF67

Tints of Laser #C9AF67

Color information

#C9AF67 (or 0xC9AF67) is unknown color: approx Laser. HEX triplet: C9, AF and 67. RGB value is (201,175,103). Sum of RGB (Red+Green+Blue) = 201+175+103=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF67 is #365098. Grayscale: #AEAEAE. Windows color (decimal): -3559577 or 6795209. OLE color: 6795209.

HSL color Cylindrical-coordinate representation of color #C9AF67: hue angle of 44.08º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9AF67 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB201175103-
CMYK00.130.490.21
HSL44.08º47.57%59.61%-
HSV(B)44.08º48.76%78.82%-
XYZ41.8744.0619.13-
YUV174.5787.61146.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=41.96%
G=36.53%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117510300.130.490.2144.0847.5759.61
HexC9AF670D31152c303c
Octal3112571470156125546074
Binary110010011010111111001110110111000110101101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AF67; }

 p { color: rgb(201,175,103); }

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

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

 a { background-color: rgb(201,175,103); }

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

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

 span { border-color: rgb(201,175,103); }

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