Html Css Color HEX #C9A364 Laser

📋 copy color: '#C9A364'

red 201 ◦ green 163 ◦ blue 100

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

Shades of Laser #C9A364

Tints of Laser #C9A364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

 BLUE value IS 100 (39.45% from 255) = 21.55%

R = 43.32%
G = 35.13%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9A364 (or 0xC9A364) is known color: Laser. HEX triplet: C9, A3 and 64. RGB value is (201,163,100). Sum of RGB (Red+Green+Blue) = 201+163+100=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A364 is #365C9B. Grayscale: #A7A7A7. Windows color (decimal): -3562652 or 6595529. OLE color: 6595529.

HSL color Cylindrical-coordinate representation of color #C9A364: hue angle of 37.43º 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 #C9A364 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 100 -
CMYK 0 0.19 0.50 0.21
HSL 37.43º 0.48% 0.59% -
HSV(B) 37.43º 0.5% 0.79% -
XYZ 39.48 39.53 17.61 -
YUV 167.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 201 163 100 0 0.19 0.50 0.21 37.43 0.48 0.59
Hex C9 A3 64 0 13 32 15 25 30 3B
Octal 311 243 144 0 23 62 25 45 60 73
Binary 11001001 10100011 1100100 0 10011 110010 10101 100101 110000 111011

Color Harmonies of #C9A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A364

Black with #C9A364

Text Example


Text Example

White with #C9A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A364; }

 p { color: rgb(201,163,100); }

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

background-color css

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

 a { background-color: rgb(201,163,100); }

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

border-color css

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

 span { border-color: rgb(201,163,100); }

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