Html Css Color HEX #C7A65B Laser

📋 copy color: '#C7A65B'

red 199 ◦ green 166 ◦ blue 91

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

Shades of Laser #C7A65B

Tints of Laser #C7A65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 43.64%
G = 36.4%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7A65B (or 0xC7A65B) is known color: Laser. HEX triplet: C7, A6 and 5B. RGB value is (199,166,91). Sum of RGB (Red+Green+Blue) = 199+166+91=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A65B is #3859A4. Grayscale: #A7A7A7. Windows color (decimal): -3692965 or 6006471. OLE color: 6006471.

HSL color Cylindrical-coordinate representation of color #C7A65B: hue angle of 41.67º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7A65B is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 166 91 -
CMYK 0 0.17 0.54 0.22
HSL 41.67º 0.49% 0.57% -
HSV(B) 41.67º 0.54% 0.78% -
XYZ 39.08 40.17 15.59 -
YUV 167.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 199 166 91 0 0.17 0.54 0.22 41.67 0.49 0.57
Hex C7 A6 5B 0 11 36 16 2A 31 39
Octal 307 246 133 0 21 66 26 52 61 71
Binary 11000111 10100110 1011011 0 10001 110110 10110 101010 110001 111001

Color Harmonies of #C7A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A65B

Black with #C7A65B

Text Example


Text Example

White with #C7A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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