Html Css Color HEX #C9AE63 Laser

📋 copy color: '#C9AE63'

red 201 ◦ green 174 ◦ blue 99

#C9AE63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #C9AE63

Tints of Laser #C9AE63

RGB

 RED value IS 201 (78.91% from 255) = 42.41%

 GREEN value IS 174 (68.36% from 255) = 36.71%

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 42.41%
G = 36.71%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C9AE63 (or 0xC9AE63) is known color: Laser. HEX triplet: C9, AE and 63. RGB value is (201,174,99). Sum of RGB (Red+Green+Blue) = 201+174+99=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE63 is #36519C. Grayscale: #ADADAD. Windows color (decimal): -3559837 or 6532809. OLE color: 6532809.

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

Color convert

RGB 201 174 99 -
CMYK 0 0.13 0.51 0.21
HSL 44.12º 0.49% 0.59% -
HSV(B) 44.12º 0.51% 0.79% -
XYZ 41.48 43.59 18.03 -
YUV 173.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 201 174 99 0 0.13 0.51 0.21 44.12 0.49 0.59
Hex C9 AE 63 0 D 33 15 2C 31 3B
Octal 311 256 143 0 15 63 25 54 61 73
Binary 11001001 10101110 1100011 0 1101 110011 10101 101100 110001 111011

Color Harmonies of #C9AE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE63

Black with #C9AE63

Text Example


Text Example

White with #C9AE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE63; }

 p { color: rgb(201,174,99); }

 H1.HeaderClassName
 {
   color: #C9AE63;
 }
 .AnyTagClassName
 {
   color: #C9AE63;
 }
</style>

background-color css

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

 a { background-color: rgb(201,174,99); }

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

border-color css

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

 span { border-color: rgb(201,174,99); }

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