Html Css Color HEX #C9A661 Laser

📋 copy color: '#C9A661'

red 201 ◦ green 166 ◦ blue 97

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

Shades of Laser #C9A661

Tints of Laser #C9A661

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

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

R = 43.32%
G = 35.78%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C9A661 (or 0xC9A661) is known color: Laser. HEX triplet: C9, A6 and 61. RGB value is (201,166,97). Sum of RGB (Red+Green+Blue) = 201+166+97=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A661 is #36599E. Grayscale: #A8A8A8. Windows color (decimal): -3561887 or 6399689. OLE color: 6399689.

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

Color convert

RGB 201 166 97 -
CMYK 0 0.17 0.52 0.21
HSL 39.81º 0.49% 0.58% -
HSV(B) 39.81º 0.52% 0.79% -
XYZ 39.88 40.55 17.03 -
YUV 168.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 201 166 97 0 0.17 0.52 0.21 39.81 0.49 0.58
Hex C9 A6 61 0 11 34 15 28 31 3A
Octal 311 246 141 0 21 64 25 50 61 72
Binary 11001001 10100110 1100001 0 10001 110100 10101 101000 110001 111010

Color Harmonies of #C9A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A661

Black with #C9A661

Text Example


Text Example

White with #C9A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A661; }

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

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

background-color css

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

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

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

border-color css

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

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

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