Html Css Color HEX #C9B166 Laser

📋 copy color: '#C9B166'

red 201 ◦ green 177 ◦ blue 102

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

Shades of Laser #C9B166

Tints of Laser #C9B166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

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

R = 41.88%
G = 36.88%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C9B166 (or 0xC9B166) is known color: Laser. HEX triplet: C9, B1 and 66. RGB value is (201,177,102). Sum of RGB (Red+Green+Blue) = 201+177+102=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B166 is #364E99. Grayscale: #AFAFAF. Windows color (decimal): -3559066 or 6730185. OLE color: 6730185.

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

Color convert

RGB 201 177 102 -
CMYK 0 0.12 0.49 0.21
HSL 45.45º 0.48% 0.59% -
HSV(B) 45.45º 0.49% 0.79% -
XYZ 42.21 44.82 19 -
YUV 175.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 201 177 102 0 0.12 0.49 0.21 45.45 0.48 0.59
Hex C9 B1 66 0 C 31 15 2D 30 3B
Octal 311 261 146 0 14 61 25 55 60 73
Binary 11001001 10110001 1100110 0 1100 110001 10101 101101 110000 111011

Color Harmonies of #C9B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B166

Black with #C9B166

Text Example


Text Example

White with #C9B166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B166; }

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

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

background-color css

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

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

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

border-color css

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

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

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