Html Css Color HEX #C9A362 Laser

📋 copy color: '#C9A362'

red 201 ◦ green 163 ◦ blue 98

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

Shades of Laser #C9A362

Tints of Laser #C9A362

RGB

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

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

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

R = 43.51%
G = 35.28%
B = 21.21%

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

#C9A362 (or 0xC9A362) is known color: Laser. HEX triplet: C9, A3 and 62. RGB value is (201,163,98). Sum of RGB (Red+Green+Blue) = 201+163+98=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A362 is #365C9D. Grayscale: #A7A7A7. Windows color (decimal): -3562654 or 6464457. OLE color: 6464457.

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

Color convert

RGB 201 163 98 -
CMYK 0 0.19 0.51 0.21
HSL 37.86º 0.49% 0.59% -
HSV(B) 37.86º 0.51% 0.79% -
XYZ 39.39 39.49 17.1 -
YUV 166.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 201 163 98 0 0.19 0.51 0.21 37.86 0.49 0.59
Hex C9 A3 62 0 13 33 15 26 31 3B
Octal 311 243 142 0 23 63 25 46 61 73
Binary 11001001 10100011 1100010 0 10011 110011 10101 100110 110001 111011

Color Harmonies of #C9A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A362

Black with #C9A362

Text Example


Text Example

White with #C9A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A362; }

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

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

background-color css

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

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

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

border-color css

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

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

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