Html Css Color HEX #C5A15A Laser

📋 copy color: '#C5A15A'

red 197 ◦ green 161 ◦ blue 90

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

Shades of Laser #C5A15A

Tints of Laser #C5A15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 43.97%
G = 35.94%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5A15A (or 0xC5A15A) is known color: Laser. HEX triplet: C5, A1 and 5A. RGB value is (197,161,90). Sum of RGB (Red+Green+Blue) = 197+161+90=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A15A is #3A5EA5. Grayscale: #A3A3A3. Windows color (decimal): -3825318 or 5939653. OLE color: 5939653.

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

Color convert

RGB 197 161 90 -
CMYK 0 0.18 0.54 0.23
HSL 39.81º 0.48% 0.56% -
HSV(B) 39.81º 0.54% 0.77% -
XYZ 37.62 38.1 15.04 -
YUV 163.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 197 161 90 0 0.18 0.54 0.23 39.81 0.48 0.56
Hex C5 A1 5A 0 12 36 17 28 30 38
Octal 305 241 132 0 22 66 27 50 60 70
Binary 11000101 10100001 1011010 0 10010 110110 10111 101000 110000 111000

Color Harmonies of #C5A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A15A

Black with #C5A15A

Text Example


Text Example

White with #C5A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A15A; }

 p { color: rgb(197,161,90); }

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

background-color css

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

 a { background-color: rgb(197,161,90); }

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

border-color css

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

 span { border-color: rgb(197,161,90); }

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