Html Css Color HEX #C6AC57 Laser

📋 copy color: '#C6AC57'

red 198 ◦ green 172 ◦ blue 87

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

Shades of Laser #C6AC57

Tints of Laser #C6AC57

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.64%

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

R = 43.33%
G = 37.64%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C6AC57 (or 0xC6AC57) is known color: Laser. HEX triplet: C6, AC and 57. RGB value is (198,172,87). Sum of RGB (Red+Green+Blue) = 198+172+87=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC57 is #3953A8. Grayscale: #AAAAAA. Windows color (decimal): -3756969 or 5745862. OLE color: 5745862.

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

Color convert

RGB 198 172 87 -
CMYK 0 0.13 0.56 0.22
HSL 45.95º 0.49% 0.56% -
HSV(B) 45.95º 0.56% 0.78% -
XYZ 39.76 42.2 15.07 -
YUV 170.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 198 172 87 0 0.13 0.56 0.22 45.95 0.49 0.56
Hex C6 AC 57 0 D 38 16 2E 31 38
Octal 306 254 127 0 15 70 26 56 61 70
Binary 11000110 10101100 1010111 0 1101 111000 10110 101110 110001 111000

Color Harmonies of #C6AC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC57

Black with #C6AC57

Text Example


Text Example

White with #C6AC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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