Html Css Color HEX #C7AA63 Laser

📋 copy color: '#C7AA63'

red 199 ◦ green 170 ◦ blue 99

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

Shades of Laser #C7AA63

Tints of Laser #C7AA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

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

R = 42.52%
G = 36.32%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7AA63 (or 0xC7AA63) is known color: Laser. HEX triplet: C7, AA and 63. RGB value is (199,170,99). Sum of RGB (Red+Green+Blue) = 199+170+99=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA63 is #38559C. Grayscale: #AAAAAA. Windows color (decimal): -3691933 or 6531783. OLE color: 6531783.

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

Color convert

RGB 199 170 99 -
CMYK 0 0.15 0.50 0.22
HSL 42.6º 0.47% 0.58% -
HSV(B) 42.6º 0.5% 0.78% -
XYZ 40.18 41.79 17.75 -
YUV 170.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 199 170 99 0 0.15 0.50 0.22 42.6 0.47 0.58
Hex C7 AA 63 0 F 32 16 2B 2F 3A
Octal 307 252 143 0 17 62 26 53 57 72
Binary 11000111 10101010 1100011 0 1111 110010 10110 101011 101111 111010

Color Harmonies of #C7AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA63

Black with #C7AA63

Text Example


Text Example

White with #C7AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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