Html Css Color HEX #C7AD60 Laser

📋 copy color: '#C7AD60'

red 199 ◦ green 173 ◦ blue 96

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

Shades of Laser #C7AD60

Tints of Laser #C7AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 42.52%
G = 36.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7AD60 (or 0xC7AD60) is known color: Laser. HEX triplet: C7, AD and 60. RGB value is (199,173,96). Sum of RGB (Red+Green+Blue) = 199+173+96=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD60 is #38529F. Grayscale: #ACACAC. Windows color (decimal): -3691168 or 6335943. OLE color: 6335943.

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

Color convert

RGB 199 173 96 -
CMYK 0 0.13 0.52 0.22
HSL 44.85º 0.48% 0.58% -
HSV(B) 44.85º 0.52% 0.78% -
XYZ 40.61 42.87 17.2 -
YUV 172 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 199 173 96 0 0.13 0.52 0.22 44.85 0.48 0.58
Hex C7 AD 60 0 D 34 16 2D 30 3A
Octal 307 255 140 0 15 64 26 55 60 72
Binary 11000111 10101101 1100000 0 1101 110100 10110 101101 110000 111010

Color Harmonies of #C7AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD60

Black with #C7AD60

Text Example


Text Example

White with #C7AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD60; }

 p { color: rgb(199,173,96); }

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

background-color css

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

 a { background-color: rgb(199,173,96); }

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

border-color css

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

 span { border-color: rgb(199,173,96); }

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