Html Css Color HEX #C9A261 Laser

📋 copy color: '#C9A261'

red 201 ◦ green 162 ◦ blue 97

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

Shades of Laser #C9A261

Tints of Laser #C9A261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.22%

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 43.7%
G = 35.22%
B = 21.09%

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

#C9A261 (or 0xC9A261) is known color: Laser. HEX triplet: C9, A2 and 61. RGB value is (201,162,97). Sum of RGB (Red+Green+Blue) = 201+162+97=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A261 is #365D9E. Grayscale: #A6A6A6. Windows color (decimal): -3562911 or 6398665. OLE color: 6398665.

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

Color convert

RGB 201 162 97 -
CMYK 0 0.19 0.52 0.21
HSL 37.5º 0.49% 0.58% -
HSV(B) 37.5º 0.52% 0.79% -
XYZ 39.17 39.12 16.8 -
YUV 166.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 201 162 97 0 0.19 0.52 0.21 37.5 0.49 0.58
Hex C9 A2 61 0 13 34 15 26 31 3A
Octal 311 242 141 0 23 64 25 46 61 72
Binary 11001001 10100010 1100001 0 10011 110100 10101 100110 110001 111010

Color Harmonies of #C9A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A261

Black with #C9A261

Text Example


Text Example

White with #C9A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A261; }

 p { color: rgb(201,162,97); }

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

background-color css

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

 a { background-color: rgb(201,162,97); }

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

border-color css

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

 span { border-color: rgb(201,162,97); }

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