Html Css Color HEX #C7A663 Laser

📋 copy color: '#C7A663'

red 199 ◦ green 166 ◦ blue 99

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

Shades of Laser #C7A663

Tints of Laser #C7A663

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

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

R = 42.89%
G = 35.78%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7A663 (or 0xC7A663) is known color: Laser. HEX triplet: C7, A6 and 63. RGB value is (199,166,99). Sum of RGB (Red+Green+Blue) = 199+166+99=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A663 is #38599C. Grayscale: #A8A8A8. Windows color (decimal): -3692957 or 6530759. OLE color: 6530759.

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

Color convert

RGB 199 166 99 -
CMYK 0 0.17 0.50 0.22
HSL 40.2º 0.47% 0.58% -
HSV(B) 40.2º 0.5% 0.78% -
XYZ 39.44 40.32 17.51 -
YUV 168.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 199 166 99 0 0.17 0.50 0.22 40.2 0.47 0.58
Hex C7 A6 63 0 11 32 16 28 2F 3A
Octal 307 246 143 0 21 62 26 50 57 72
Binary 11000111 10100110 1100011 0 10001 110010 10110 101000 101111 111010

Color Harmonies of #C7A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A663

Black with #C7A663

Text Example


Text Example

White with #C7A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A663; }

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

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

background-color css

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

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

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

border-color css

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

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

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