Html Css Color HEX #C9AC5C Laser

📋 copy color: '#C9AC5C'

red 201 ◦ green 172 ◦ blue 92

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

Shades of Laser #C9AC5C

Tints of Laser #C9AC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 43.23%
G = 36.99%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9AC5C (or 0xC9AC5C) is known color: Laser. HEX triplet: C9, AC and 5C. RGB value is (201,172,92). Sum of RGB (Red+Green+Blue) = 201+172+92=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC5C is #3653A3. Grayscale: #ABABAB. Windows color (decimal): -3560356 or 6073545. OLE color: 6073545.

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

Color convert

RGB 201 172 92 -
CMYK 0 0.14 0.54 0.21
HSL 44.04º 0.5% 0.57% -
HSV(B) 44.04º 0.54% 0.79% -
XYZ 40.77 42.7 16.22 -
YUV 171.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 201 172 92 0 0.14 0.54 0.21 44.04 0.5 0.57
Hex C9 AC 5C 0 E 36 15 2C 32 39
Octal 311 254 134 0 16 66 25 54 62 71
Binary 11001001 10101100 1011100 0 1110 110110 10101 101100 110010 111001

Color Harmonies of #C9AC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC5C

Black with #C9AC5C

Text Example


Text Example

White with #C9AC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC5C; }

 p { color: rgb(201,172,92); }

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

background-color css

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

 a { background-color: rgb(201,172,92); }

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

border-color css

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

 span { border-color: rgb(201,172,92); }

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