Html Css Color HEX #C7A85F Laser

📋 copy color: '#C7A85F'

red 199 ◦ green 168 ◦ blue 95

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

Shades of Laser #C7A85F

Tints of Laser #C7A85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

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

R = 43.07%
G = 36.36%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7A85F (or 0xC7A85F) is known color: Laser. HEX triplet: C7, A8 and 5F. RGB value is (199,168,95). Sum of RGB (Red+Green+Blue) = 199+168+95=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A85F is #3857A0. Grayscale: #A9A9A9. Windows color (decimal): -3692449 or 6269127. OLE color: 6269127.

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

Color convert

RGB 199 168 95 -
CMYK 0 0.16 0.52 0.22
HSL 42.12º 0.48% 0.58% -
HSV(B) 42.12º 0.52% 0.78% -
XYZ 39.62 40.97 16.65 -
YUV 168.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 199 168 95 0 0.16 0.52 0.22 42.12 0.48 0.58
Hex C7 A8 5F 0 10 34 16 2A 30 3A
Octal 307 250 137 0 20 64 26 52 60 72
Binary 11000111 10101000 1011111 0 10000 110100 10110 101010 110000 111010

Color Harmonies of #C7A85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A85F

Black with #C7A85F

Text Example


Text Example

White with #C7A85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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