Html Css Color HEX #C5A65B Laser

📋 copy color: '#C5A65B'

red 197 ◦ green 166 ◦ blue 91

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

Shades of Laser #C5A65B

Tints of Laser #C5A65B

RGB

 RED value IS 197 (77.34% from 255) = 43.39%

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

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

R = 43.39%
G = 36.56%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5A65B (or 0xC5A65B) is known color: Laser. HEX triplet: C5, A6 and 5B. RGB value is (197,166,91). Sum of RGB (Red+Green+Blue) = 197+166+91=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A65B is #3A59A4. Grayscale: #A7A7A7. Windows color (decimal): -3824037 or 6006469. OLE color: 6006469.

HSL color Cylindrical-coordinate representation of color #C5A65B: hue angle of 42.45º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5A65B is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 91 -
CMYK 0 0.16 0.54 0.23
HSL 42.45º 0.48% 0.56% -
HSV(B) 42.45º 0.54% 0.77% -
XYZ 38.55 39.9 15.57 -
YUV 166.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 197 166 91 0 0.16 0.54 0.23 42.45 0.48 0.56
Hex C5 A6 5B 0 10 36 17 2A 30 38
Octal 305 246 133 0 20 66 27 52 60 70
Binary 11000101 10100110 1011011 0 10000 110110 10111 101010 110000 111000

Color Harmonies of #C5A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A65B

Black with #C5A65B

Text Example


Text Example

White with #C5A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A65B; }

 p { color: rgb(197,166,91); }

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

background-color css

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

 a { background-color: rgb(197,166,91); }

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

border-color css

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

 span { border-color: rgb(197,166,91); }

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