Html Css Color HEX #C7A458 Laser

📋 copy color: '#C7A458'

red 199 ◦ green 164 ◦ blue 88

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

Shades of Laser #C7A458

Tints of Laser #C7A458

RGB

 RED value IS 199 (78.13% from 255) = 44.12%

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

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

R = 44.12%
G = 36.36%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C7A458 (or 0xC7A458) is known color: Laser. HEX triplet: C7, A4 and 58. RGB value is (199,164,88). Sum of RGB (Red+Green+Blue) = 199+164+88=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A458 is #385BA7. Grayscale: #A6A6A6. Windows color (decimal): -3693480 or 5809351. OLE color: 5809351.

HSL color Cylindrical-coordinate representation of color #C7A458: hue angle of 41.08º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7A458 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 88 -
CMYK 0 0.18 0.56 0.22
HSL 41.08º 0.5% 0.56% -
HSV(B) 41.08º 0.56% 0.78% -
XYZ 38.59 39.4 14.8 -
YUV 165.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 199 164 88 0 0.18 0.56 0.22 41.08 0.5 0.56
Hex C7 A4 58 0 12 38 16 29 32 38
Octal 307 244 130 0 22 70 26 51 62 70
Binary 11000111 10100100 1011000 0 10010 111000 10110 101001 110010 111000

Color Harmonies of #C7A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A458

Black with #C7A458

Text Example


Text Example

White with #C7A458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A458; }

 p { color: rgb(199,164,88); }

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

background-color css

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

 a { background-color: rgb(199,164,88); }

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

border-color css

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

 span { border-color: rgb(199,164,88); }

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