Html Css Color HEX #C5AE5C Laser

📋 copy color: '#C5AE5C'

red 197 ◦ green 174 ◦ blue 92

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

Shades of Laser #C5AE5C

Tints of Laser #C5AE5C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.58%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 42.55%
G = 37.58%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5AE5C (or 0xC5AE5C) is known color: Laser. HEX triplet: C5, AE and 5C. RGB value is (197,174,92). Sum of RGB (Red+Green+Blue) = 197+174+92=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE5C is #3A51A3. Grayscale: #ABABAB. Windows color (decimal): -3821988 or 6074053. OLE color: 6074053.

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

Color convert

RGB 197 174 92 -
CMYK 0 0.12 0.53 0.23
HSL 46.86º 0.48% 0.57% -
HSV(B) 46.86º 0.53% 0.77% -
XYZ 40.09 42.92 16.3 -
YUV 171.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 197 174 92 0 0.12 0.53 0.23 46.86 0.48 0.57
Hex C5 AE 5C 0 C 35 17 2F 30 39
Octal 305 256 134 0 14 65 27 57 60 71
Binary 11000101 10101110 1011100 0 1100 110101 10111 101111 110000 111001

Color Harmonies of #C5AE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE5C

Black with #C5AE5C

Text Example


Text Example

White with #C5AE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE5C; }

 p { color: rgb(197,174,92); }

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

background-color css

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

 a { background-color: rgb(197,174,92); }

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

border-color css

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

 span { border-color: rgb(197,174,92); }

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