Html Css Color HEX #C9A154 Laser

📋 copy color: '#C9A154'

red 201 ◦ green 161 ◦ blue 84

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

Shades of Laser #C9A154

Tints of Laser #C9A154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 45.07%
G = 36.1%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C9A154 (or 0xC9A154) is known color: Laser. HEX triplet: C9, A1 and 54. RGB value is (201,161,84). Sum of RGB (Red+Green+Blue) = 201+161+84=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A154 is #365EAB. Grayscale: #A4A4A4. Windows color (decimal): -3563180 or 5546441. OLE color: 5546441.

HSL color Cylindrical-coordinate representation of color #C9A154: hue angle of 39.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9A154 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 84 -
CMYK 0 0.20 0.58 0.21
HSL 39.49º 0.52% 0.56% -
HSV(B) 39.49º 0.58% 0.79% -
XYZ 38.43 38.55 13.8 -
YUV 164.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 201 161 84 0 0.20 0.58 0.21 39.49 0.52 0.56
Hex C9 A1 54 0 14 3A 15 27 34 38
Octal 311 241 124 0 24 72 25 47 64 70
Binary 11001001 10100001 1010100 0 10100 111010 10101 100111 110100 111000

Color Harmonies of #C9A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A154

Black with #C9A154

Text Example


Text Example

White with #C9A154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A154; }

 p { color: rgb(201,161,84); }

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

background-color css

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

 a { background-color: rgb(201,161,84); }

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

border-color css

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

 span { border-color: rgb(201,161,84); }

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