Html Css Color HEX #C9A163 Laser

📋 copy color: '#C9A163'

red 201 ◦ green 161 ◦ blue 99

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

Shades of Laser #C9A163

Tints of Laser #C9A163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 43.6%
G = 34.92%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C9A163 (or 0xC9A163) is known color: Laser. HEX triplet: C9, A1 and 63. RGB value is (201,161,99). Sum of RGB (Red+Green+Blue) = 201+161+99=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A163 is #365E9C. Grayscale: #A6A6A6. Windows color (decimal): -3563165 or 6529481. OLE color: 6529481.

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

Color convert

RGB 201 161 99 -
CMYK 0 0.20 0.51 0.21
HSL 36.47º 0.49% 0.59% -
HSV(B) 36.47º 0.51% 0.79% -
XYZ 39.08 38.81 17.24 -
YUV 165.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 201 161 99 0 0.20 0.51 0.21 36.47 0.49 0.59
Hex C9 A1 63 0 14 33 15 24 31 3B
Octal 311 241 143 0 24 63 25 44 61 73
Binary 11001001 10100001 1100011 0 10100 110011 10101 100100 110001 111011

Color Harmonies of #C9A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A163

Black with #C9A163

Text Example


Text Example

White with #C9A163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A163; }

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

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

background-color css

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

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

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

border-color css

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

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

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