Html Css Color HEX #C5A15F Laser

📋 copy color: '#C5A15F'

red 197 ◦ green 161 ◦ blue 95

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

Shades of Laser #C5A15F

Tints of Laser #C5A15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 43.49%
G = 35.54%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5A15F (or 0xC5A15F) is known color: Laser. HEX triplet: C5, A1 and 5F. RGB value is (197,161,95). Sum of RGB (Red+Green+Blue) = 197+161+95=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A15F is #3A5EA0. Grayscale: #A4A4A4. Windows color (decimal): -3825313 or 6267333. OLE color: 6267333.

HSL color Cylindrical-coordinate representation of color #C5A15F: hue angle of 38.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5A15F is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 95 -
CMYK 0 0.18 0.52 0.23
HSL 38.82º 0.47% 0.57% -
HSV(B) 38.82º 0.52% 0.77% -
XYZ 37.84 38.19 16.2 -
YUV 164.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 197 161 95 0 0.18 0.52 0.23 38.82 0.47 0.57
Hex C5 A1 5F 0 12 34 17 27 2F 39
Octal 305 241 137 0 22 64 27 47 57 71
Binary 11000101 10100001 1011111 0 10010 110100 10111 100111 101111 111001

Color Harmonies of #C5A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A15F

Black with #C5A15F

Text Example


Text Example

White with #C5A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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