Html Css Color HEX #C9AE65 Laser

📋 copy color: '#C9AE65'

red 201 ◦ green 174 ◦ blue 101

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

Shades of Laser #C9AE65

Tints of Laser #C9AE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 42.23%
G = 36.55%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9AE65 (or 0xC9AE65) is known color: Laser. HEX triplet: C9, AE and 65. RGB value is (201,174,101). Sum of RGB (Red+Green+Blue) = 201+174+101=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE65 is #36519A. Grayscale: #AEAEAE. Windows color (decimal): -3559835 or 6663881. OLE color: 6663881.

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

Color convert

RGB 201 174 101 -
CMYK 0 0.13 0.50 0.21
HSL 43.8º 0.48% 0.59% -
HSV(B) 43.8º 0.5% 0.79% -
XYZ 41.57 43.63 18.54 -
YUV 173.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 201 174 101 0 0.13 0.50 0.21 43.8 0.48 0.59
Hex C9 AE 65 0 D 32 15 2C 30 3B
Octal 311 256 145 0 15 62 25 54 60 73
Binary 11001001 10101110 1100101 0 1101 110010 10101 101100 110000 111011

Color Harmonies of #C9AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE65

Black with #C9AE65

Text Example


Text Example

White with #C9AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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