Html Css Color HEX #C5A35C Laser

📋 copy color: '#C5A35C'

red 197 ◦ green 163 ◦ blue 92

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

Shades of Laser #C5A35C

Tints of Laser #C5A35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

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

R = 43.58%
G = 36.06%
B = 20.35%

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

#C5A35C (or 0xC5A35C) is known color: Laser. HEX triplet: C5, A3 and 5C. RGB value is (197,163,92). Sum of RGB (Red+Green+Blue) = 197+163+92=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A35C is #3A5CA3. Grayscale: #A5A5A5. Windows color (decimal): -3824804 or 6071237. OLE color: 6071237.

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

Color convert

RGB 197 163 92 -
CMYK 0 0.17 0.53 0.23
HSL 40.57º 0.48% 0.57% -
HSV(B) 40.57º 0.53% 0.77% -
XYZ 38.05 38.84 15.62 -
YUV 165.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 197 163 92 0 0.17 0.53 0.23 40.57 0.48 0.57
Hex C5 A3 5C 0 11 35 17 29 30 39
Octal 305 243 134 0 21 65 27 51 60 71
Binary 11000101 10100011 1011100 0 10001 110101 10111 101001 110000 111001

Color Harmonies of #C5A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A35C

Black with #C5A35C

Text Example


Text Example

White with #C5A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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