Html Css Color HEX #C6A257 Laser

📋 copy color: '#C6A257'

red 198 ◦ green 162 ◦ blue 87

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

Shades of Laser #C6A257

Tints of Laser #C6A257

RGB

 RED value IS 198 (77.73% from 255) = 44.3%

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

 BLUE value IS 87 (34.38% from 255) = 19.46%

R = 44.3%
G = 36.24%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C6A257 (or 0xC6A257) is known color: Laser. HEX triplet: C6, A2 and 57. RGB value is (198,162,87). Sum of RGB (Red+Green+Blue) = 198+162+87=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A257 is #395DA8. Grayscale: #A4A4A4. Windows color (decimal): -3759529 or 5743302. OLE color: 5743302.

HSL color Cylindrical-coordinate representation of color #C6A257: hue angle of 40.54º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6A257 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 162 87 -
CMYK 0 0.18 0.56 0.22
HSL 40.54º 0.49% 0.56% -
HSV(B) 40.54º 0.56% 0.78% -
XYZ 37.93 38.53 14.46 -
YUV 164.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 198 162 87 0 0.18 0.56 0.22 40.54 0.49 0.56
Hex C6 A2 57 0 12 38 16 29 31 38
Octal 306 242 127 0 22 70 26 51 61 70
Binary 11000110 10100010 1010111 0 10010 111000 10110 101001 110001 111000

Color Harmonies of #C6A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A257

Black with #C6A257

Text Example


Text Example

White with #C6A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A257; }

 p { color: rgb(198,162,87); }

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

background-color css

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

 a { background-color: rgb(198,162,87); }

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

border-color css

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

 span { border-color: rgb(198,162,87); }

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