Html Css Color HEX #C7A264 Laser

📋 copy color: '#C7A264'

red 199 ◦ green 162 ◦ blue 100

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

Shades of Laser #C7A264

Tints of Laser #C7A264

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.14%

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 43.17%
G = 35.14%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7A264 (or 0xC7A264) is known color: Laser. HEX triplet: C7, A2 and 64. RGB value is (199,162,100). Sum of RGB (Red+Green+Blue) = 199+162+100=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A264 is #385D9B. Grayscale: #A6A6A6. Windows color (decimal): -3693980 or 6595271. OLE color: 6595271.

HSL color Cylindrical-coordinate representation of color #C7A264: hue angle of 37.58º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7A264 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 100 -
CMYK 0 0.19 0.50 0.22
HSL 37.58º 0.47% 0.59% -
HSV(B) 37.58º 0.5% 0.78% -
XYZ 38.77 38.9 17.52 -
YUV 166 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 199 162 100 0 0.19 0.50 0.22 37.58 0.47 0.59
Hex C7 A2 64 0 13 32 16 26 2F 3B
Octal 307 242 144 0 23 62 26 46 57 73
Binary 11000111 10100010 1100100 0 10011 110010 10110 100110 101111 111011

Color Harmonies of #C7A264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A264

Black with #C7A264

Text Example


Text Example

White with #C7A264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A264; }

 p { color: rgb(199,162,100); }

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

background-color css

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

 a { background-color: rgb(199,162,100); }

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

border-color css

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

 span { border-color: rgb(199,162,100); }

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