Html Css Color HEX #C5A85C Laser

📋 copy color: '#C5A85C'

red 197 ◦ green 168 ◦ blue 92

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

Shades of Laser #C5A85C

Tints of Laser #C5A85C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

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

R = 43.11%
G = 36.76%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5A85C (or 0xC5A85C) is known color: Laser. HEX triplet: C5, A8 and 5C. RGB value is (197,168,92). Sum of RGB (Red+Green+Blue) = 197+168+92=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A85C is #3A57A3. Grayscale: #A8A8A8. Windows color (decimal): -3823524 or 6072517. OLE color: 6072517.

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

Color convert

RGB 197 168 92 -
CMYK 0 0.15 0.53 0.23
HSL 43.43º 0.48% 0.57% -
HSV(B) 43.43º 0.53% 0.77% -
XYZ 38.96 40.65 15.92 -
YUV 168.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 197 168 92 0 0.15 0.53 0.23 43.43 0.48 0.57
Hex C5 A8 5C 0 F 35 17 2B 30 39
Octal 305 250 134 0 17 65 27 53 60 71
Binary 11000101 10101000 1011100 0 1111 110101 10111 101011 110000 111001

Color Harmonies of #C5A85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A85C

Black with #C5A85C

Text Example


Text Example

White with #C5A85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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