Html Css Color HEX #C7A263 Laser

📋 copy color: '#C7A263'

red 199 ◦ green 162 ◦ blue 99

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

Shades of Laser #C7A263

Tints of Laser #C7A263

RGB

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

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

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

R = 43.26%
G = 35.22%
B = 21.52%

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

#C7A263 (or 0xC7A263) is known color: Laser. HEX triplet: C7, A2 and 63. RGB value is (199,162,99). Sum of RGB (Red+Green+Blue) = 199+162+99=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A263 is #385D9C. Grayscale: #A6A6A6. Windows color (decimal): -3693981 or 6529735. OLE color: 6529735.

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

Color convert

RGB 199 162 99 -
CMYK 0 0.19 0.50 0.22
HSL 37.8º 0.47% 0.58% -
HSV(B) 37.8º 0.5% 0.78% -
XYZ 38.73 38.88 17.27 -
YUV 165.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 199 162 99 0 0.19 0.50 0.22 37.8 0.47 0.58
Hex C7 A2 63 0 13 32 16 26 2F 3A
Octal 307 242 143 0 23 62 26 46 57 72
Binary 11000111 10100010 1100011 0 10011 110010 10110 100110 101111 111010

Color Harmonies of #C7A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A263

Black with #C7A263

Text Example


Text Example

White with #C7A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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