Html Css Color HEX #C9A360 Laser

📋 copy color: '#C9A360'

red 201 ◦ green 163 ◦ blue 96

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

Shades of Laser #C9A360

Tints of Laser #C9A360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 43.7%
G = 35.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C9A360 (or 0xC9A360) is known color: Laser. HEX triplet: C9, A3 and 60. RGB value is (201,163,96). Sum of RGB (Red+Green+Blue) = 201+163+96=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A360 is #365C9F. Grayscale: #A7A7A7. Windows color (decimal): -3562656 or 6333385. OLE color: 6333385.

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

Color convert

RGB 201 163 96 -
CMYK 0 0.19 0.52 0.21
HSL 38.29º 0.49% 0.58% -
HSV(B) 38.29º 0.52% 0.79% -
XYZ 39.3 39.46 16.61 -
YUV 166.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 201 163 96 0 0.19 0.52 0.21 38.29 0.49 0.58
Hex C9 A3 60 0 13 34 15 26 31 3A
Octal 311 243 140 0 23 64 25 46 61 72
Binary 11001001 10100011 1100000 0 10011 110100 10101 100110 110001 111010

Color Harmonies of #C9A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A360

Black with #C9A360

Text Example


Text Example

White with #C9A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A360; }

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

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

background-color css

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

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

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

border-color css

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

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

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