Html Css Color HEX #C5A25C Laser

📋 copy color: '#C5A25C'

red 197 ◦ green 162 ◦ blue 92

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

Shades of Laser #C5A25C

Tints of Laser #C5A25C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.92%

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

R = 43.68%
G = 35.92%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5A25C (or 0xC5A25C) is known color: Laser. HEX triplet: C5, A2 and 5C. RGB value is (197,162,92). Sum of RGB (Red+Green+Blue) = 197+162+92=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A25C is #3A5DA3. Grayscale: #A4A4A4. Windows color (decimal): -3825060 or 6070981. OLE color: 6070981.

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

Color convert

RGB 197 162 92 -
CMYK 0 0.18 0.53 0.23
HSL 40º 0.48% 0.57% -
HSV(B) 40º 0.53% 0.77% -
XYZ 37.88 38.48 15.56 -
YUV 164.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 197 162 92 0 0.18 0.53 0.23 40 0.48 0.57
Hex C5 A2 5C 0 12 35 17 28 30 39
Octal 305 242 134 0 22 65 27 50 60 71
Binary 11000101 10100010 1011100 0 10010 110101 10111 101000 110000 111001

Color Harmonies of #C5A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A25C

Black with #C5A25C

Text Example


Text Example

White with #C5A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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