Html Css Color HEX #C9AC62 Laser

📋 copy color: '#C9AC62'

red 201 ◦ green 172 ◦ blue 98

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

Shades of Laser #C9AC62

Tints of Laser #C9AC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 42.68%
G = 36.52%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C9AC62 (or 0xC9AC62) is known color: Laser. HEX triplet: C9, AC and 62. RGB value is (201,172,98). Sum of RGB (Red+Green+Blue) = 201+172+98=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC62 is #36539D. Grayscale: #ACACAC. Windows color (decimal): -3560350 or 6466761. OLE color: 6466761.

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

Color convert

RGB 201 172 98 -
CMYK 0 0.14 0.51 0.21
HSL 43.11º 0.49% 0.59% -
HSV(B) 43.11º 0.51% 0.79% -
XYZ 41.04 42.8 17.65 -
YUV 172.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 201 172 98 0 0.14 0.51 0.21 43.11 0.49 0.59
Hex C9 AC 62 0 E 33 15 2B 31 3B
Octal 311 254 142 0 16 63 25 53 61 73
Binary 11001001 10101100 1100010 0 1110 110011 10101 101011 110001 111011

Color Harmonies of #C9AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC62

Black with #C9AC62

Text Example


Text Example

White with #C9AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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