Html Css Color HEX #C9B15B Laser

📋 copy color: '#C9B15B'

red 201 ◦ green 177 ◦ blue 91

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

Shades of Laser #C9B15B

Tints of Laser #C9B15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.4%

R = 42.86%
G = 37.74%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9B15B (or 0xC9B15B) is known color: Laser. HEX triplet: C9, B1 and 5B. RGB value is (201,177,91). Sum of RGB (Red+Green+Blue) = 201+177+91=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B15B is #364EA4. Grayscale: #AEAEAE. Windows color (decimal): -3559077 or 6009289. OLE color: 6009289.

HSL color Cylindrical-coordinate representation of color #C9B15B: hue angle of 46.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9B15B is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 177 91 -
CMYK 0 0.12 0.55 0.21
HSL 46.91º 0.5% 0.57% -
HSV(B) 46.91º 0.55% 0.79% -
XYZ 41.7 44.62 16.31 -
YUV 174.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 201 177 91 0 0.12 0.55 0.21 46.91 0.5 0.57
Hex C9 B1 5B 0 C 37 15 2F 32 39
Octal 311 261 133 0 14 67 25 57 62 71
Binary 11001001 10110001 1011011 0 1100 110111 10101 101111 110010 111001

Color Harmonies of #C9B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B15B

Black with #C9B15B

Text Example


Text Example

White with #C9B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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