Html Css Color HEX #C9A262 Laser

📋 copy color: '#C9A262'

red 201 ◦ green 162 ◦ blue 98

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

Shades of Laser #C9A262

Tints of Laser #C9A262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 43.6%
G = 35.14%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C9A262 (or 0xC9A262) is known color: Laser. HEX triplet: C9, A2 and 62. RGB value is (201,162,98). Sum of RGB (Red+Green+Blue) = 201+162+98=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A262 is #365D9D. Grayscale: #A6A6A6. Windows color (decimal): -3562910 or 6464201. OLE color: 6464201.

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

Color convert

RGB 201 162 98 -
CMYK 0 0.19 0.51 0.21
HSL 37.28º 0.49% 0.59% -
HSV(B) 37.28º 0.51% 0.79% -
XYZ 39.21 39.14 17.04 -
YUV 166.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 201 162 98 0 0.19 0.51 0.21 37.28 0.49 0.59
Hex C9 A2 62 0 13 33 15 25 31 3B
Octal 311 242 142 0 23 63 25 45 61 73
Binary 11001001 10100010 1100010 0 10011 110011 10101 100101 110001 111011

Color Harmonies of #C9A262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A262

Black with #C9A262

Text Example


Text Example

White with #C9A262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A262; }

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

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

background-color css

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

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

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

border-color css

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

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

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