Html Css Color HEX #C7AB63 Laser

📋 copy color: '#C7AB63'

red 199 ◦ green 171 ◦ blue 99

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

Shades of Laser #C7AB63

Tints of Laser #C7AB63

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 42.43%
G = 36.46%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7AB63 (or 0xC7AB63) is known color: Laser. HEX triplet: C7, AB and 63. RGB value is (199,171,99). Sum of RGB (Red+Green+Blue) = 199+171+99=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB63 is #38549C. Grayscale: #ABABAB. Windows color (decimal): -3691677 or 6532039. OLE color: 6532039.

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

Color convert

RGB 199 171 99 -
CMYK 0 0.14 0.50 0.22
HSL 43.2º 0.47% 0.58% -
HSV(B) 43.2º 0.5% 0.78% -
XYZ 40.37 42.17 17.82 -
YUV 171.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 199 171 99 0 0.14 0.50 0.22 43.2 0.47 0.58
Hex C7 AB 63 0 E 32 16 2B 2F 3A
Octal 307 253 143 0 16 62 26 53 57 72
Binary 11000111 10101011 1100011 0 1110 110010 10110 101011 101111 111010

Color Harmonies of #C7AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB63

Black with #C7AB63

Text Example


Text Example

White with #C7AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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