Html Css Color HEX #C5A05B Laser

📋 copy color: '#C5A05B'

red 197 ◦ green 160 ◦ blue 91

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

Shades of Laser #C5A05B

Tints of Laser #C5A05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.71%

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

R = 43.97%
G = 35.71%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5A05B (or 0xC5A05B) is known color: Laser. HEX triplet: C5, A0 and 5B. RGB value is (197,160,91). Sum of RGB (Red+Green+Blue) = 197+160+91=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A05B is #3A5FA4. Grayscale: #A3A3A3. Windows color (decimal): -3825573 or 6004933. OLE color: 6004933.

HSL color Cylindrical-coordinate representation of color #C5A05B: hue angle of 39.06º 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 #C5A05B is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 91 -
CMYK 0 0.19 0.54 0.23
HSL 39.06º 0.48% 0.56% -
HSV(B) 39.06º 0.54% 0.77% -
XYZ 37.49 37.77 15.21 -
YUV 163.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 197 160 91 0 0.19 0.54 0.23 39.06 0.48 0.56
Hex C5 A0 5B 0 13 36 17 27 30 38
Octal 305 240 133 0 23 66 27 47 60 70
Binary 11000101 10100000 1011011 0 10011 110110 10111 100111 110000 111000

Color Harmonies of #C5A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A05B

Black with #C5A05B

Text Example


Text Example

White with #C5A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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