Html Css Color HEX #C9A366 Laser

📋 copy color: '#C9A366'

red 201 ◦ green 163 ◦ blue 102

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

Shades of Laser #C9A366

Tints of Laser #C9A366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.89%

R = 43.13%
G = 34.98%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C9A366 (or 0xC9A366) is known color: Laser. HEX triplet: C9, A3 and 66. RGB value is (201,163,102). Sum of RGB (Red+Green+Blue) = 201+163+102=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A366 is #365C99. Grayscale: #A7A7A7. Windows color (decimal): -3562650 or 6726601. OLE color: 6726601.

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

Color convert

RGB 201 163 102 -
CMYK 0 0.19 0.49 0.21
HSL 36.97º 0.48% 0.59% -
HSV(B) 36.97º 0.49% 0.79% -
XYZ 39.58 39.57 18.12 -
YUV 167.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 201 163 102 0 0.19 0.49 0.21 36.97 0.48 0.59
Hex C9 A3 66 0 13 31 15 25 30 3B
Octal 311 243 146 0 23 61 25 45 60 73
Binary 11001001 10100011 1100110 0 10011 110001 10101 100101 110000 111011

Color Harmonies of #C9A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A366

Black with #C9A366

Text Example


Text Example

White with #C9A366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A366; }

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

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

background-color css

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

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

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

border-color css

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

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

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