Html Css Color HEX #C5A45C Laser

📋 copy color: '#C5A45C'

red 197 ◦ green 164 ◦ blue 92

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

Shades of Laser #C5A45C

Tints of Laser #C5A45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.2%

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

R = 43.49%
G = 36.2%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5A45C (or 0xC5A45C) is known color: Laser. HEX triplet: C5, A4 and 5C. RGB value is (197,164,92). Sum of RGB (Red+Green+Blue) = 197+164+92=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A45C is #3A5BA3. Grayscale: #A5A5A5. Windows color (decimal): -3824548 or 6071493. OLE color: 6071493.

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

Color convert

RGB 197 164 92 -
CMYK 0 0.17 0.53 0.23
HSL 41.14º 0.48% 0.57% -
HSV(B) 41.14º 0.53% 0.77% -
XYZ 38.23 39.19 15.68 -
YUV 165.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 197 164 92 0 0.17 0.53 0.23 41.14 0.48 0.57
Hex C5 A4 5C 0 11 35 17 29 30 39
Octal 305 244 134 0 21 65 27 51 60 71
Binary 11000101 10100100 1011100 0 10001 110101 10111 101001 110000 111001

Color Harmonies of #C5A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A45C

Black with #C5A45C

Text Example


Text Example

White with #C5A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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