Html Css Color HEX #C7A463 Laser

📋 copy color: '#C7A463'

red 199 ◦ green 164 ◦ blue 99

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

Shades of Laser #C7A463

Tints of Laser #C7A463

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.5%

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

R = 43.07%
G = 35.5%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7A463 (or 0xC7A463) is known color: Laser. HEX triplet: C7, A4 and 63. RGB value is (199,164,99). Sum of RGB (Red+Green+Blue) = 199+164+99=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A463 is #385B9C. Grayscale: #A7A7A7. Windows color (decimal): -3693469 or 6530247. OLE color: 6530247.

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

Color convert

RGB 199 164 99 -
CMYK 0 0.18 0.50 0.22
HSL 39º 0.47% 0.58% -
HSV(B) 39º 0.5% 0.78% -
XYZ 39.08 39.59 17.39 -
YUV 167.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 199 164 99 0 0.18 0.50 0.22 39 0.47 0.58
Hex C7 A4 63 0 12 32 16 27 2F 3A
Octal 307 244 143 0 22 62 26 47 57 72
Binary 11000111 10100100 1100011 0 10010 110010 10110 100111 101111 111010

Color Harmonies of #C7A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A463

Black with #C7A463

Text Example


Text Example

White with #C7A463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A463; }

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

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

background-color css

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

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

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

border-color css

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

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

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