Html Css Color HEX #C7A158 Laser

📋 copy color: '#C7A158'

red 199 ◦ green 161 ◦ blue 88

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

Shades of Laser #C7A158

Tints of Laser #C7A158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

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

R = 44.42%
G = 35.94%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C7A158 (or 0xC7A158) is known color: Laser. HEX triplet: C7, A1 and 58. RGB value is (199,161,88). Sum of RGB (Red+Green+Blue) = 199+161+88=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A158 is #385EA7. Grayscale: #A4A4A4. Windows color (decimal): -3694248 or 5808583. OLE color: 5808583.

HSL color Cylindrical-coordinate representation of color #C7A158: hue angle of 39.46º 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 #C7A158 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 88 -
CMYK 0 0.19 0.56 0.22
HSL 39.46º 0.5% 0.56% -
HSV(B) 39.46º 0.56% 0.78% -
XYZ 38.06 38.34 14.63 -
YUV 164.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 199 161 88 0 0.19 0.56 0.22 39.46 0.5 0.56
Hex C7 A1 58 0 13 38 16 27 32 38
Octal 307 241 130 0 23 70 26 47 62 70
Binary 11000111 10100001 1011000 0 10011 111000 10110 100111 110010 111000

Color Harmonies of #C7A158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A158

Black with #C7A158

Text Example


Text Example

White with #C7A158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A158; }

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

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

background-color css

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

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

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

border-color css

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

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

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