Html Css Color HEX #C7A05F Laser

📋 copy color: '#C7A05F'

red 199 ◦ green 160 ◦ blue 95

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

Shades of Laser #C7A05F

Tints of Laser #C7A05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 95 (37.5% from 255) = 20.93%

R = 43.83%
G = 35.24%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7A05F (or 0xC7A05F) is known color: Laser. HEX triplet: C7, A0 and 5F. RGB value is (199,160,95). Sum of RGB (Red+Green+Blue) = 199+160+95=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A05F is #385FA0. Grayscale: #A4A4A4. Windows color (decimal): -3694497 or 6267079. OLE color: 6267079.

HSL color Cylindrical-coordinate representation of color #C7A05F: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7A05F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 95 -
CMYK 0 0.20 0.52 0.22
HSL 37.5º 0.48% 0.58% -
HSV(B) 37.5º 0.52% 0.78% -
XYZ 38.19 38.11 16.17 -
YUV 164.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 199 160 95 0 0.20 0.52 0.22 37.5 0.48 0.58
Hex C7 A0 5F 0 14 34 16 26 30 3A
Octal 307 240 137 0 24 64 26 46 60 72
Binary 11000111 10100000 1011111 0 10100 110100 10110 100110 110000 111010

Color Harmonies of #C7A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A05F

Black with #C7A05F

Text Example


Text Example

White with #C7A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A05F; }

 p { color: rgb(199,160,95); }

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

background-color css

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

 a { background-color: rgb(199,160,95); }

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

border-color css

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

 span { border-color: rgb(199,160,95); }

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