Html Css Color HEX #C7AD63 Laser

📋 copy color: '#C7AD63'

red 199 ◦ green 173 ◦ blue 99

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

Shades of Laser #C7AD63

Tints of Laser #C7AD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.02%

R = 42.25%
G = 36.73%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7AD63 (or 0xC7AD63) is known color: Laser. HEX triplet: C7, AD and 63. RGB value is (199,173,99). Sum of RGB (Red+Green+Blue) = 199+173+99=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD63 is #38529C. Grayscale: #ACACAC. Windows color (decimal): -3691165 or 6532551. OLE color: 6532551.

HSL color Cylindrical-coordinate representation of color #C7AD63: hue angle of 44.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7AD63 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 99 -
CMYK 0 0.13 0.50 0.22
HSL 44.4º 0.47% 0.58% -
HSV(B) 44.4º 0.5% 0.78% -
XYZ 40.75 42.93 17.94 -
YUV 172.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 199 173 99 0 0.13 0.50 0.22 44.4 0.47 0.58
Hex C7 AD 63 0 D 32 16 2C 2F 3A
Octal 307 255 143 0 15 62 26 54 57 72
Binary 11000111 10101101 1100011 0 1101 110010 10110 101100 101111 111010

Color Harmonies of #C7AD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD63

Black with #C7AD63

Text Example


Text Example

White with #C7AD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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