Html Css Color HEX #C7A85D Laser

📋 copy color: '#C7A85D'

red 199 ◦ green 168 ◦ blue 93

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

Shades of Laser #C7A85D

Tints of Laser #C7A85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 43.26%
G = 36.52%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7A85D (or 0xC7A85D) is known color: Laser. HEX triplet: C7, A8 and 5D. RGB value is (199,168,93). Sum of RGB (Red+Green+Blue) = 199+168+93=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A85D is #3857A2. Grayscale: #A9A9A9. Windows color (decimal): -3692451 or 6138055. OLE color: 6138055.

HSL color Cylindrical-coordinate representation of color #C7A85D: hue angle of 42.45º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7A85D is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 168 93 -
CMYK 0 0.16 0.53 0.22
HSL 42.45º 0.49% 0.57% -
HSV(B) 42.45º 0.53% 0.78% -
XYZ 39.53 40.94 16.17 -
YUV 168.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 199 168 93 0 0.16 0.53 0.22 42.45 0.49 0.57
Hex C7 A8 5D 0 10 35 16 2A 31 39
Octal 307 250 135 0 20 65 26 52 61 71
Binary 11000111 10101000 1011101 0 10000 110101 10110 101010 110001 111001

Color Harmonies of #C7A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A85D

Black with #C7A85D

Text Example


Text Example

White with #C7A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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