Html Css Color HEX #C9B25B Laser

📋 copy color: '#C9B25B'

red 201 ◦ green 178 ◦ blue 91

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

Shades of Laser #C9B25B

Tints of Laser #C9B25B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

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

R = 42.77%
G = 37.87%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9B25B (or 0xC9B25B) is known color: Laser. HEX triplet: C9, B2 and 5B. RGB value is (201,178,91). Sum of RGB (Red+Green+Blue) = 201+178+91=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B25B is #364DA4. Grayscale: #AFAFAF. Windows color (decimal): -3558821 or 6009545. OLE color: 6009545.

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

Color convert

RGB 201 178 91 -
CMYK 0 0.11 0.55 0.21
HSL 47.45º 0.5% 0.57% -
HSV(B) 47.45º 0.55% 0.79% -
XYZ 41.9 45.01 16.38 -
YUV 174.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 201 178 91 0 0.11 0.55 0.21 47.45 0.5 0.57
Hex C9 B2 5B 0 B 37 15 2F 32 39
Octal 311 262 133 0 13 67 25 57 62 71
Binary 11001001 10110010 1011011 0 1011 110111 10101 101111 110010 111001

Color Harmonies of #C9B25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B25B

Black with #C9B25B

Text Example


Text Example

White with #C9B25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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