Html Css Color HEX #C7A361 Laser

📋 copy color: '#C7A361'

red 199 ◦ green 163 ◦ blue 97

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

Shades of Laser #C7A361

Tints of Laser #C7A361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

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

R = 43.36%
G = 35.51%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C7A361 (or 0xC7A361) is known color: Laser. HEX triplet: C7, A3 and 61. RGB value is (199,163,97). Sum of RGB (Red+Green+Blue) = 199+163+97=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A361 is #385C9E. Grayscale: #A6A6A6. Windows color (decimal): -3693727 or 6398919. OLE color: 6398919.

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

Color convert

RGB 199 163 97 -
CMYK 0 0.18 0.51 0.22
HSL 38.82º 0.48% 0.58% -
HSV(B) 38.82º 0.51% 0.78% -
XYZ 38.81 39.2 16.83 -
YUV 166.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 199 163 97 0 0.18 0.51 0.22 38.82 0.48 0.58
Hex C7 A3 61 0 12 33 16 27 30 3A
Octal 307 243 141 0 22 63 26 47 60 72
Binary 11000111 10100011 1100001 0 10010 110011 10110 100111 110000 111010

Color Harmonies of #C7A361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A361

Black with #C7A361

Text Example


Text Example

White with #C7A361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A361; }

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

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

background-color css

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

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

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

border-color css

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

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

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