Html Css Color HEX #C6A560 Laser

📋 copy color: '#C6A560'

red 198 ◦ green 165 ◦ blue 96

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

Shades of Laser #C6A560

Tints of Laser #C6A560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.92%

R = 43.14%
G = 35.95%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6A560 (or 0xC6A560) is known color: Laser. HEX triplet: C6, A5 and 60. RGB value is (198,165,96). Sum of RGB (Red+Green+Blue) = 198+165+96=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A560 is #395A9F. Grayscale: #A7A7A7. Windows color (decimal): -3758752 or 6333894. OLE color: 6333894.

HSL color Cylindrical-coordinate representation of color #C6A560: hue angle of 40.59º degrees, saturation: 0.47, 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 #C6A560 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 165 96 -
CMYK 0 0.17 0.52 0.22
HSL 40.59º 0.47% 0.58% -
HSV(B) 40.59º 0.52% 0.78% -
XYZ 38.86 39.76 16.69 -
YUV 167 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 198 165 96 0 0.17 0.52 0.22 40.59 0.47 0.58
Hex C6 A5 60 0 11 34 16 29 2F 3A
Octal 306 245 140 0 21 64 26 51 57 72
Binary 11000110 10100101 1100000 0 10001 110100 10110 101001 101111 111010

Color Harmonies of #C6A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A560

Black with #C6A560

Text Example


Text Example

White with #C6A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A560; }

 p { color: rgb(198,165,96); }

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

background-color css

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

 a { background-color: rgb(198,165,96); }

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

border-color css

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

 span { border-color: rgb(198,165,96); }

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