Html Css Color HEX #C5A758 Laser

📋 copy color: '#C5A758'

red 197 ◦ green 167 ◦ blue 88

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

Shades of Laser #C5A758

Tints of Laser #C5A758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 43.58%
G = 36.95%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C5A758 (or 0xC5A758) is known color: Laser. HEX triplet: C5, A7 and 58. RGB value is (197,167,88). Sum of RGB (Red+Green+Blue) = 197+167+88=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A758 is #3A58A7. Grayscale: #A7A7A7. Windows color (decimal): -3823784 or 5810117. OLE color: 5810117.

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

Color convert

RGB 197 167 88 -
CMYK 0 0.15 0.55 0.23
HSL 43.49º 0.48% 0.56% -
HSV(B) 43.49º 0.55% 0.77% -
XYZ 38.61 40.21 14.96 -
YUV 166.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 197 167 88 0 0.15 0.55 0.23 43.49 0.48 0.56
Hex C5 A7 58 0 F 37 17 2B 30 38
Octal 305 247 130 0 17 67 27 53 60 70
Binary 11000101 10100111 1011000 0 1111 110111 10111 101011 110000 111000

Color Harmonies of #C5A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A758

Black with #C5A758

Text Example


Text Example

White with #C5A758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A758; }

 p { color: rgb(197,167,88); }

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

background-color css

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

 a { background-color: rgb(197,167,88); }

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

border-color css

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

 span { border-color: rgb(197,167,88); }

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