Html Css Color HEX #C9A25B Laser

📋 copy color: '#C9A25B'

red 201 ◦ green 162 ◦ blue 91

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

Shades of Laser #C9A25B

Tints of Laser #C9A25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 44.27%
G = 35.68%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9A25B (or 0xC9A25B) is known color: Laser. HEX triplet: C9, A2 and 5B. RGB value is (201,162,91). Sum of RGB (Red+Green+Blue) = 201+162+91=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A25B is #365DA4. Grayscale: #A5A5A5. Windows color (decimal): -3562917 or 6005449. OLE color: 6005449.

HSL color Cylindrical-coordinate representation of color #C9A25B: hue angle of 38.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9A25B is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 91 -
CMYK 0 0.19 0.55 0.21
HSL 38.73º 0.5% 0.57% -
HSV(B) 38.73º 0.55% 0.79% -
XYZ 38.9 39.01 15.38 -
YUV 165.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 201 162 91 0 0.19 0.55 0.21 38.73 0.5 0.57
Hex C9 A2 5B 0 13 37 15 27 32 39
Octal 311 242 133 0 23 67 25 47 62 71
Binary 11001001 10100010 1011011 0 10011 110111 10101 100111 110010 111001

Color Harmonies of #C9A25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A25B

Black with #C9A25B

Text Example


Text Example

White with #C9A25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A25B; }

 p { color: rgb(201,162,91); }

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

background-color css

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

 a { background-color: rgb(201,162,91); }

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

border-color css

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

 span { border-color: rgb(201,162,91); }

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