Html Css Color HEX #C7A561 Laser

📋 copy color: '#C7A561'

red 199 ◦ green 165 ◦ blue 97

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

Shades of Laser #C7A561

Tints of Laser #C7A561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 43.17%
G = 35.79%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C7A561 (or 0xC7A561) is known color: Laser. HEX triplet: C7, A5 and 61. RGB value is (199,165,97). Sum of RGB (Red+Green+Blue) = 199+165+97=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A561 is #385A9E. Grayscale: #A7A7A7. Windows color (decimal): -3693215 or 6399431. OLE color: 6399431.

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

Color convert

RGB 199 165 97 -
CMYK 0 0.17 0.51 0.22
HSL 40º 0.48% 0.58% -
HSV(B) 40º 0.51% 0.78% -
XYZ 39.17 39.92 16.95 -
YUV 167.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 199 165 97 0 0.17 0.51 0.22 40 0.48 0.58
Hex C7 A5 61 0 11 33 16 28 30 3A
Octal 307 245 141 0 21 63 26 50 60 72
Binary 11000111 10100101 1100001 0 10001 110011 10110 101000 110000 111010

Color Harmonies of #C7A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A561

Black with #C7A561

Text Example


Text Example

White with #C7A561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A561; }

 p { color: rgb(199,165,97); }

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

background-color css

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

 a { background-color: rgb(199,165,97); }

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

border-color css

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

 span { border-color: rgb(199,165,97); }

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