Html Css Color HEX #C7A15F Laser

📋 copy color: '#C7A15F'

red 199 ◦ green 161 ◦ blue 95

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

Shades of Laser #C7A15F

Tints of Laser #C7A15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.38%

 BLUE value IS 95 (37.5% from 255) = 20.88%

R = 43.74%
G = 35.38%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7A15F (or 0xC7A15F) is known color: Laser. HEX triplet: C7, A1 and 5F. RGB value is (199,161,95). Sum of RGB (Red+Green+Blue) = 199+161+95=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A15F is #385EA0. Grayscale: #A5A5A5. Windows color (decimal): -3694241 or 6267335. OLE color: 6267335.

HSL color Cylindrical-coordinate representation of color #C7A15F: hue angle of 38.08º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7A15F is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 95 -
CMYK 0 0.19 0.52 0.22
HSL 38.08º 0.48% 0.58% -
HSV(B) 38.08º 0.52% 0.78% -
XYZ 38.36 38.46 16.23 -
YUV 164.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 199 161 95 0 0.19 0.52 0.22 38.08 0.48 0.58
Hex C7 A1 5F 0 13 34 16 26 30 3A
Octal 307 241 137 0 23 64 26 46 60 72
Binary 11000111 10100001 1011111 0 10011 110100 10110 100110 110000 111010

Color Harmonies of #C7A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A15F

Black with #C7A15F

Text Example


Text Example

White with #C7A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A15F; }

 p { color: rgb(199,161,95); }

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

background-color css

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

 a { background-color: rgb(199,161,95); }

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

border-color css

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

 span { border-color: rgb(199,161,95); }

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